From 154a5a09931dea9f8ba3a5f7631c95252aa30ed1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 23:27:30 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.115.9 to 0.129.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.9 to 0.129.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.9...0.129.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.129.0 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..3b468b8d 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.129.0", "uvicorn == 0.23.1", "uvicorn[standard] == 0.23.1", "fastmcp",