From cd8977def5355164fd9382c05fb490d19f159712 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Dec 2025 04:01:11 +0000 Subject: [PATCH] fix(deps): update dependency fastapi to ^0.128.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 423ae5c..fd02ea9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ service_name = "alfred" python = "==3.14.2" python-dotenv = "^1.0.0" requests = "^2.32.5" -fastapi = "^0.127.0" +fastapi = "^0.128.0" pydantic = "^2.12.4" uvicorn = "^0.40.0" pytest-xdist = "^3.8.0"