From 9c1518bf7f2d313cb4d9c06eb20f03bbd295ee95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 01:39:58 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.115.9 to 0.128.6 in /mcp 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] --- mcp/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp/pyproject.toml b/mcp/pyproject.toml index cf446b67..fc6dcc61 100644 --- a/mcp/pyproject.toml +++ b/mcp/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "json-repair>=0.45.0", "python-dotenv>=1.0.0", "dynaconf>=3.1.12", - "fastapi == 0.115.9", + "fastapi == 0.128.6", ] [[tool.uv.index]]