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
878 stars 143 forks source link

Fix: aioredis release version 2.0.1 cannot support python 3.11 #36

Closed dongfengweixiao closed 1 year ago

dongfengweixiao commented 1 year ago

tiangolo/uvicorn-gunicorn-fastapi:latest use python 3.11, but aioredis cannot support this.

Signed-off-by: Dee.H.Y dongfengweixiao@hotmail.com

jonra1993 commented 1 year ago

Thanks for for this @dongfengweixiao