From 07afdca4bc3147a6ecbfe46dbbd34c627548e53c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 21:07:36 +0000 Subject: [PATCH] Update dependency fastapi to v0.135.3 --- 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 b3e44b71..9cae63c5 100644 --- a/template/server/requirements.txt +++ b/template/server/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.111.0 +fastapi==0.135.3 httpx==0.28.1 websockets==12.0 uvicorn[standard]==0.30.1