From 4b6bc474c35de9218473e1976884324c5fd38ec5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 21:51:47 +0000 Subject: [PATCH] Update dependency fastapi to v0.140.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 b3e44b71..eba82781 100644 --- a/template/server/requirements.txt +++ b/template/server/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.111.0 +fastapi==0.140.0 httpx==0.28.1 websockets==12.0 uvicorn[standard]==0.30.1