From 1dbffd5ef2e5d4470a6b53f95a294c8d9c4ba106 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 16 Feb 2026 04:02:43 +0000 Subject: [PATCH] fix(deps): update dependency fastapi to ^0.129.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae376e8..18f15cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ qbittorrent_password = "16:hex" python = "==3.14.2" python-dotenv = "^1.0.0" requests = "^2.32.5" -fastapi = "^0.127.1" +fastapi = "^0.129.0" pydantic = "^2.12.4" uvicorn = "^0.40.0" pytest-xdist = "^3.8.0"