From 8e00b703fb759d1260f398542ae306959047bc27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 23:22:14 +0000 Subject: [PATCH] Bump fastmcp from 2.12.0 to 2.14.0 in /mcp Bumps [fastmcp](https://github.com/jlowin/fastmcp) from 2.12.0 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.12.0...v2.14.0) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 2.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mcp/pyproject.toml | 2 +- mcp/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mcp/pyproject.toml b/mcp/pyproject.toml index 84a4efd17..722a9e3e7 100644 --- a/mcp/pyproject.toml +++ b/mcp/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "azure-identity>=1.19.0", "faker==26.0.0", "fastapi==0.116.1", - "fastmcp==2.12.0", + "fastmcp==2.14.0", "flasgger==0.9.7.1", "flask==3.1.2", "mcp==1.13.1", diff --git a/mcp/requirements.txt b/mcp/requirements.txt index 19b424676..8eee089b6 100644 --- a/mcp/requirements.txt +++ b/mcp/requirements.txt @@ -21,7 +21,7 @@ docutils==0.22.2 email-validator==2.3.0 exceptiongroup==1.3.0 fastapi==0.116.1 -fastmcp==2.12.4 +fastmcp==2.14.0 h11==0.16.0 httpcore==1.0.9 httpx==0.28.1