update python version and modules

This commit is contained in:
jomo 2024-02-01 01:04:20 +01:00
parent 621db6ad2c
commit 6d01523d8d
3 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,3 @@
fastapi>=0.79.0
sqlalchemy>=1.4.39
uvicorn>=0.17.6
fastapi>=0.109.0
sqlalchemy>=2.0.25
uvicorn>=0.27.0.post1