1 Commits

Author SHA1 Message Date
Renovate Bot 497ee45aad fix(deps): update dependency fastapi to ^0.135.0
renovate/artifacts Artifact file update failure
2026-03-16 04:00:43 +00:00
+2 -2
View File
@@ -27,9 +27,9 @@ qbittorrent_password = "16:hex"
python = "==3.14.2" python = "==3.14.2"
python-dotenv = "^1.0.0" python-dotenv = "^1.0.0"
requests = "^2.32.5" requests = "^2.32.5"
fastapi = "^0.127.1" fastapi = "^0.135.0"
pydantic = "^2.12.4" pydantic = "^2.12.4"
uvicorn = "^0.46.0" uvicorn = "^0.40.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"