chore: updated fastapi and uvicorn

This commit is contained in:
2025-12-22 14:20:22 +01:00
parent c762d91eb1
commit b8f2798e29
2 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -10,9 +10,9 @@ package-mode = false
python = "==3.14.2"
python-dotenv = "^1.0.0"
requests = "^2.32.5"
fastapi = "^0.121.1"
fastapi = "^0.127.0"
pydantic = "^2.12.4"
uvicorn = "^0.38.0"
uvicorn = "^0.40.0"
pytest-xdist = "^3.8.0"
httpx = "^0.28.1"