From 193d77ae099f2432befd78d5a9ba656e4d97afa7 Mon Sep 17 00:00:00 2001 From: boyska Date: Wed, 29 Sep 2021 00:04:25 +0200 Subject: [PATCH] upgrade sqlalchemy let's hope this works; installation should be much faster (wheel) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1090448..cd1f9bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ click==7.1.2 fastapi==0.62.0 h11==0.11.0 pydantic==1.7.3 -SQLAlchemy==0.8.3 +SQLAlchemy==1.4.25 starlette==0.13.6 typing-extensions==3.7.4.3 uvicorn==0.13.1