1 Commits

Author SHA1 Message Date
Renovate Bot
65244c6513 fix(deps): update dependency uvicorn to ^0.41.0
Some checks failed
renovate/artifacts Artifact file update failure
2026-02-23 04:00:33 +00:00

View File

@@ -29,7 +29,7 @@ python-dotenv = "^1.0.0"
requests = "^2.32.5" requests = "^2.32.5"
fastapi = "^0.127.1" fastapi = "^0.127.1"
pydantic = "^2.12.4" pydantic = "^2.12.4"
uvicorn = "^0.40.0" uvicorn = "^0.41.0"
pytest-xdist = "^3.8.0" pytest-xdist = "^3.8.0"
httpx = "^0.28.1" httpx = "^0.28.1"
pydantic-settings = "^2.12.0" pydantic-settings = "^2.12.0"