From cfbc84e5367fc4754a0c2d64d1d6ef341086755f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 15:14:04 +0000 Subject: [PATCH] Bump fastmcp from 2.11.3 to 2.13.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 581340545..856632174 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.13.0 uvicorn==0.35.0 websockets==12.0 comtypes==1.2.0; sys_platform == 'win32'