From f985185356509d6154377a64f0b9d8666601a51a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 20:29:47 +0000 Subject: [PATCH] Update dependency fastapi to v0.129.2 --- 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..87dd75e1 100644 --- a/template/server/requirements.txt +++ b/template/server/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.111.0 +fastapi==0.129.2 httpx==0.27.0 websockets==12.0 uvicorn[standard]==0.30.1