fix after pydantic update, pin dependencies

This commit is contained in:
collerek
2021-02-28 09:16:36 +01:00
parent 88baf9ebf0
commit 62a6fb9063
6 changed files with 20 additions and 8 deletions

View File

@ -97,7 +97,7 @@ def populate_pydantic_default_values(attrs: Dict) -> Tuple[Dict, Dict]:
BaseField class.
Trigger conversion of ormar field into pydantic FieldInfo, which has all needed
paramaters saved.
parameters saved.
Overwrites the annotations of ormar fields to corresponding types declared on
ormar fields (constructed dynamically for relations).