From ac4e78cc4e483664bf1d2a7c974f33706df72f6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 23:22:09 +0000 Subject: [PATCH] Bump fastmcp from 2.11.3 to 2.14.0 in /src/mcp_server Bumps [fastmcp](https://github.com/jlowin/fastmcp) from 2.11.3 to 2.14.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.14.0) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 2.14.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 4171f90f0..d0b92cef8 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.14.0", "uvicorn[standard]==0.32.1", "python-dotenv==1.1.1", "azure-identity==1.19.0",