From a4d8d6b34050ca88d2a0eb219d3c8475167ac252 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 17:48:50 +0000 Subject: [PATCH] Update dependency fastapi to v0.129.0 --- template/server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/server/requirements.txt b/template/server/requirements.txt index 316b2622..c229fc34 100644 --- a/template/server/requirements.txt +++ b/template/server/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.111.0 +fastapi==0.129.0 httpx==0.27.0 websockets==12.0 uvicorn[standard]==0.30.1