Skip to content

Commit

Permalink
Downgraded SQLAlchemy to satisfy mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
tblock79 committed Jun 10, 2024
1 parent 4077f35 commit 2e929f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ itsdangerous
python-multipart
distro
passlib
sqlalchemy
sqlalchemy<=1.4.52
databases
# databases[postgresql]
databases[aiopg]
databases[aiopg]<=0.8.0
psycopg2
asyncpg
starlette-decoRouter
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ click==8.1.7
# via uvicorn
daiquiri==3.2.5.1
# via -r requirements.in
databases[aiopg]==0.9.0
databases[aiopg]==0.8.0
# via -r requirements.in
dicomweb-client==0.59.1
# via -r requirements.in
Expand Down Expand Up @@ -215,7 +215,7 @@ sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
sqlalchemy==2.0.30
sqlalchemy==1.4.52
# via
# -r requirements.in
# alembic
Expand Down Expand Up @@ -248,7 +248,6 @@ typing-extensions==4.12.2
# mypy
# pydantic
# reactivex
# sqlalchemy
urllib3==2.2.1
# via
# -r requirements.in
Expand Down

0 comments on commit 2e929f7

Please sign in to comment.