Closed EarlMilktea closed 1 month ago
Is your feature request related to a problem? Please describe.
Currently pydantic validations are sorely used to validate types, which can be elided assuming type annotations are respected.
pydantic
Describe the feature you'd like
BaseModel
Is your feature request related to a problem? Please describe.
Currently
pydantic
validations are sorely used to validate types, which can be elided assuming type annotations are respected.Describe the feature you'd like
pydantic
to check additional constraints not manifested in type annotations, otherwise remove itBaseModel
inheritance to avoid unnecessary automatic validations