Skip to content

Commit

Permalink
requirements.txt: bump deps
Browse files Browse the repository at this point in the history
Bump dependencies to latest, to fix an invalid Warning by sqlalchemy
  • Loading branch information
msune committed Jun 12, 2024
1 parent 5575ed5 commit 82988c3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
requests==2.32.3
types-requests==2.32.3
fastapi==0.105.0
uvicorn==0.25.0
sqlalchemy-utils==0.41.1
sqlmodel==0.0.14
sqlalchemy-utils==0.41.2
sqlmodel==0.0.19
psycopg2==2.9.9
jinja2==3.1.3
pyyaml==6.0.1
pytest
types-requests

0 comments on commit 82988c3

Please sign in to comment.