From 38b12195808d3db7524cecf7daa1a0b6502ce855 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 16:54:31 +0000 Subject: [PATCH] Update dependency fastapi to v0.135.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 7277633c..4ff93e4a 100644 --- a/template/server/requirements.txt +++ b/template/server/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.111.0 +fastapi==0.135.2 httpx==0.28.1 websockets==12.0 uvicorn[standard]==0.30.1