codemation / pydbantic

A single model for shaping, creating, accessing, storing data within a Database
https://pydbantic.readthedocs.io/en/latest/
Apache License 2.0
223 stars 16 forks source link

Replace pydantic Field usage with custom Field class which limits kw… #41

Closed codemation closed 1 year ago

codemation commented 1 year ago

Description

The recent introduction of sqlalchemy types, when used, would prevent OpenAPI generation of BaseModels via FastAPI. Created a custom implementation of Field class to support new meta data usage without breaking openapi generation