From 56f805db93fbb7e8e3866dca89c8625943cd2d89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 23:22:08 +0000 Subject: [PATCH] Bump fastmcp from 2.11.3 to 2.14.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4cc7b674..7335fa72 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ pydantic==2.11.7 flask==3.0.0 fastapi==0.116.1 -fastmcp==2.11.3 +fastmcp==2.14.0 uvicorn==0.35.0 websockets==12.0 comtypes==1.2.0; sys_platform == 'win32'