From d4953b30989ffd9e08e4174288ce256ec712861c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 15:40:30 +0000 Subject: [PATCH] Bump fastmcp from 2.11.3 to 2.13.0 in /src/mcp_server Bumps [fastmcp](https://github.com/jlowin/fastmcp) from 2.11.3 to 2.13.0. - [Release notes](https://github.com/jlowin/fastmcp/releases) - [Changelog](https://github.com/jlowin/fastmcp/blob/main/docs/changelog.mdx) - [Commits](https://github.com/jlowin/fastmcp/compare/v2.11.3...v2.13.0) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/mcp_server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mcp_server/pyproject.toml b/src/mcp_server/pyproject.toml index 4171f90f..2492e867 100644 --- a/src/mcp_server/pyproject.toml +++ b/src/mcp_server/pyproject.toml @@ -15,7 +15,7 @@ dynamic = ["version"] # Core runtime dependencies (kept in sync with requirements.txt) dependencies = [ - "fastmcp==2.11.3", + "fastmcp==2.13.0", "uvicorn[standard]==0.32.1", "python-dotenv==1.1.1", "azure-identity==1.19.0",