fix(deps): update dependency fastapi to ^0.128.0
renovate/artifacts Artifact file update failure

This commit is contained in:
Renovate Bot
2025-12-29 04:01:11 +00:00
parent b1507db4d0
commit cd8977def5
+1 -1
View File
@@ -17,7 +17,7 @@ service_name = "alfred"
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.0" fastapi = "^0.128.0"
pydantic = "^2.12.4" pydantic = "^2.12.4"
uvicorn = "^0.40.0" uvicorn = "^0.40.0"
pytest-xdist = "^3.8.0" pytest-xdist = "^3.8.0"