From 244bf331ece7789d1b867c18e0f13ae059e8bdf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 18:04:35 +0000 Subject: [PATCH] chore(deps): update fastapi requirement in /apps/demo_miniapp Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.111.0...0.138.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.138.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/demo_miniapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/demo_miniapp/requirements.txt b/apps/demo_miniapp/requirements.txt index da83eb22..6245153f 100644 --- a/apps/demo_miniapp/requirements.txt +++ b/apps/demo_miniapp/requirements.txt @@ -1,2 +1,2 @@ -fastapi>=0.111.0 +fastapi>=0.138.1 uvicorn[standard]>=0.29.0