From 8d134b49e9dfe320aa19b9f9c8271cb74d224715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 23:21:53 +0000 Subject: [PATCH] Bump fastmcp from 2.1.2 to 2.14.0 Bumps [fastmcp](https://github.com/jlowin/fastmcp) from 2.1.2 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.1.2...v2.14.0) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 2.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2d0f121..c91fcc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "starlette==0.46.2", "PyYAML==6.0.2", "ast-grep-py==0.37.0", - "fastmcp==2.1.2", + "fastmcp==2.14.0", ] [project.scripts] diff --git a/requirements.txt b/requirements.txt index a86fa0f..2aa4b8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastmcp==2.1.2 +fastmcp==2.14.0 PyYAML==6.0.2 uvicorn==0.34.1 starlette==0.46.2