Buuntu / fastapi-react

🚀 Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker
MIT License
2.19k stars 349 forks source link

Any plans to upgrade to SQLAlchemy 1.4+ #181

Open cktang88 opened 2 years ago

cktang88 commented 2 years ago

Hey, was just wondering if there are any plans to upgrade the SQLAlchemy dep? I understand it's a large upgrade that changes several conventions but sets up for SQLAlchemy 2+.

kylejb commented 2 years ago

@cktang88 - I made a PR to lay the foundation for SQLAlchemy upcoming release to v2+.