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
* Add pydantic utils:
Add a sqlalchemy_parser for Pydantic. Parser models with a Meta class to SQLAlchemy.
Define a Meta class like:
import SQLAModelName
class Meta:
orm_model = "SQLAModelName"
* Update pyproject, pdm lockfile
---------
Co-authored-by: redjax <[email protected]>
0 commit comments