From 6a78c062abd99ef660d290751fb49ce0f5340f9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 12:07:01 +0000 Subject: [PATCH] Update dependency fastapi to v0.136.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..a73e7686 100644 --- a/template/server/requirements.txt +++ b/template/server/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.111.0 +fastapi==0.136.0 httpx==0.28.1 websockets==12.0 uvicorn[standard]==0.30.1