You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-generated models probably wouldn't cover well some of the "polymorphic" resources we have, like parameter definitions. We might need to handle those manually.
The text was updated successfully, but these errors were encountered:
Reasons:
marshmallow
requires splitting models into schemas and actual resourcespydantic
has an interesting code generator we could use to auto-generate (some of the) models from the openapi specpydantic
has native support for typehintsPossible critical points:
The text was updated successfully, but these errors were encountered: