From 2ae66eb74e51c1bb3fb95bf22ca8e74f7a5cd13d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 14:14:00 +0000 Subject: [PATCH] Bump fastapi from 0.111.1 to 0.136.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.111.1 to 0.136.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.111.1...0.136.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9f20bc4c1..bcdb7988f 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ "python-dotenv==1.0.0", "openpyxl==3.1.5", "wasabi==1.1.2", - "fastapi==0.111.1", + "fastapi==0.136.0", "uvicorn[standard]==0.29.0", "gunicorn==22.0.0", "click==8.1.7",