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
Hi, I am developing a project in FastAPI and wishing to use turso.
FastAPI works mainly with sqlmodel, a mix between pydantic and sqlalchemy.
It does not support sqlalchemy 2.0 so far.
How to implement this project to use FastAPI?
Is there a plan of migrating this to previous sqlalchemy versions?
Thanks!
The text was updated successfully, but these errors were encountered:
Note: They have been making great progress in fastapi/sqlmodel#632 to make SQLModel work with SQLAlchemy 2.0.
Although backporting might still be an interesting use case (as I am sure there will be other packages relying on an older version of alchemy), this specific use case will most likely be solved in a short timeframe.
Hi, I am developing a project in FastAPI and wishing to use turso.
FastAPI works mainly with sqlmodel, a mix between pydantic and sqlalchemy.
It does not support sqlalchemy 2.0 so far.
How to implement this project to use FastAPI?
Is there a plan of migrating this to previous sqlalchemy versions?
Thanks!
The text was updated successfully, but these errors were encountered: