From 570f84b2376b9b4a47533db6c3d6a27b469993a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 18:54:44 +0000 Subject: [PATCH] Update dependency fastapi to v0.133.1 --- 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..8e15fd5c 100644 --- a/template/server/requirements.txt +++ b/template/server/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.111.0 +fastapi==0.133.1 httpx==0.27.0 websockets==12.0 uvicorn[standard]==0.30.1