update fastapi to the lateset version (#1162)

This commit is contained in:
Shuchang Zheng
2024-11-11 00:43:35 -08:00
committed by GitHub
parent 6f9078872c
commit 28353aeef2
2 changed files with 2610 additions and 2266 deletions

4874
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -25,7 +25,7 @@ starlette-context = "^0.3.6"
ddtrace = "^2.3.2"
pydantic = "^2.5.2"
pydantic-settings = "^2.1.0"
fastapi = "^0.104.1"
fastapi = "^0.115.4"
psycopg = {extras = ["binary", "pool"], version = "^3.1.13"}
alembic = "^1.12.1"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}