Buuntu / fastapi-react

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

feat: upgrade sqlalchemy to 1.4 #182

Closed kylejb closed 1 year ago

kylejb commented 2 years ago

Closes #181


Summary

Questions

  1. Should we explicitly add greenlet as another dependency? It doesn't seem to cause issues in Docker, but may be required in some local contexts.
  2. Would you like me to fix tests to work with the synchronous drivers or update all tests to work with asyncio (i.e., ORM's new async driver and asyncpg)?
kylejb commented 1 year ago

Closing due to inactivity.