From 6f28c123ed59d9fe80185966387a919bd75ab279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 01:40:11 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.115.9 to 0.128.6 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.9 to 0.128.6. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.9...0.128.6) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.128.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 755713f1..a2ad5a4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "pocketflow-tracing>=0.1.5", "aiohttp >= 3.12.14", "json-repair>=0.45.0", - "fastapi == 0.115.9", + "fastapi == 0.128.6", "uvicorn == 0.23.1", "uvicorn[standard] == 0.23.1", "fastmcp",