From 92963b833525f1babff43d255206cecf316e39c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 20:02:54 +0000 Subject: [PATCH] Update fastapi requirement from >=0.110 to >=0.136.1 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.110.0...0.136.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- legacy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 legacy/requirements.txt diff --git a/legacy/requirements.txt b/legacy/requirements.txt old mode 100755 new mode 100644 index 9a2c004..f9cac50 --- a/legacy/requirements.txt +++ b/legacy/requirements.txt @@ -22,7 +22,7 @@ pyyaml>=6.0 # Web frameworks and async aiohttp>=3.9 -fastapi>=0.110 +fastapi>=0.136.1 uvicorn>=0.29 # Blockchain