From b40ce0585007fce1e5ef0feb080d867e3d95545f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 15:39:27 +0000 Subject: [PATCH] Bump fastmcp from 2.1.2 to 2.13.0 Bumps [fastmcp](https://github.com/jlowin/fastmcp) from 2.1.2 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.1.2...v2.13.0) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 2.13.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..5c1dda6 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.13.0", ] [project.scripts] diff --git a/requirements.txt b/requirements.txt index a86fa0f..35f9040 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastmcp==2.1.2 +fastmcp==2.13.0 PyYAML==6.0.2 uvicorn==0.34.1 starlette==0.46.2