jonra1993 / fastapi-alembic-sqlmodel-async

This is a project template which uses FastAPI, Pydantic 2.0, Alembic and async SQLModel as ORM. It shows a complete async CRUD using authentication and role base access control.
MIT License
964 stars 150 forks source link

fix #80 #81

Closed Ae-Mc closed 1 year ago

Ae-Mc commented 1 year ago

Resolves problems with circular references in sqlalchemy models Check tiangolo/full-stack-fastapi-postgresql#430

jonra1993 commented 1 year ago

Thanks for this PR @Ae-Mc