chore: fastapi bump

This commit is contained in:
Timothy Jaeryang Baek 2025-01-28 18:36:23 -08:00
parent c5b5303a55
commit 9418364062
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
fastapi==0.111.0 fastapi==0.115.7
uvicorn[standard]==0.30.6 uvicorn[standard]==0.30.6
pydantic==2.9.2 pydantic==2.9.2
python-multipart==0.0.18 python-multipart==0.0.18

View File

@ -6,7 +6,7 @@ authors = [
] ]
license = { file = "LICENSE" } license = { file = "LICENSE" }
dependencies = [ dependencies = [
"fastapi==0.111.0", "fastapi==0.115.7",
"uvicorn[standard]==0.30.6", "uvicorn[standard]==0.30.6",
"pydantic==2.9.2", "pydantic==2.9.2",
"python-multipart==0.0.18", "python-multipart==0.0.18",