From 2518617b03142ed213b2194a37442359aefce7f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:16:05 +0000 Subject: [PATCH] Bump fastmcp from 2.1.2 to 2.14.2 Bumps [fastmcp](https://github.com/PrefectHQ/fastmcp) from 2.1.2 to 2.14.2. - [Release notes](https://github.com/PrefectHQ/fastmcp/releases) - [Changelog](https://github.com/PrefectHQ/fastmcp/blob/main/docs/changelog.mdx) - [Commits](https://github.com/PrefectHQ/fastmcp/compare/v2.1.2...v2.14.2) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 2.14.2 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..0a6f122 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.2", ] [project.scripts] diff --git a/requirements.txt b/requirements.txt index a86fa0f..f2fc671 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastmcp==2.1.2 +fastmcp==2.14.2 PyYAML==6.0.2 uvicorn==0.34.1 starlette==0.46.2