Reasons:
marshmallow requires splitting models into schemas and actual resources
pydantic has an interesting code generator we could use to auto-generate (some of the) models from the openapi spec
pydantic has native support for typehints
Possible critical points:
Reasons:
marshmallowrequires splitting models into schemas and actual resourcespydantichas an interesting code generator we could use to auto-generate (some of the) models from the openapi specpydantichas native support for typehintsPossible critical points: