Collections of pydantic models
				The pydantic-collections package provides BaseCollectionModel class that allows you
to manipulate collections of pydantic models
(and any other types supported by pydantic).
Requirements
- Python >= 3.7
 - pydantic >= 1.8.2
 
Installation
pip install pydantic-collections