Skip to content

Commit

Permalink
Upgrade uvicorn, fastapi and sqlalchemy packages
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Apr 2, 2024
1 parent 16bad6e commit c5f4e25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
uvicorn==0.27.1
fastapi==0.110.0
uvicorn==0.29.0
fastapi==0.110.1
python-multipart==0.0.9
websockets==12.0
aiohttp==3.9.3
Expand All @@ -10,7 +10,7 @@ sentry-sdk==1.40.6,<1.41
psutil==5.9.8
distro>=1.9.0
py-cpuinfo==9.0.0
sqlalchemy==2.0.28
sqlalchemy==2.0.29
aiosqlite==0.20.0
alembic==1.12.1
bcrypt==4.1.2
Expand Down

0 comments on commit c5f4e25

Please sign in to comment.