From d356c3bf32da0ac364a89cd38a1d95f198a40f8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:23:46 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.115.9 to 0.138.2 in /mcp Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.9 to 0.138.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.9...0.138.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.138.2 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..cb8e474b 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.138.2", ] [[tool.uv.index]]