From d1e7d0762b0e501e679eb7c1e10065ccdb2df2ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:21:45 +0000 Subject: [PATCH] Bump fastmcp from 2.8.0 to 2.14.2 Bumps [fastmcp](https://github.com/PrefectHQ/fastmcp) from 2.8.0 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.8.0...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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f124ecb..e8c1586 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "alibabacloud-tea-openapi>=0.3.0", "alibabacloud-tea-util>=0.3.0", "click>=8.1.8", - "fastmcp==2.8.0", + "fastmcp==2.14.2", "pydantic==2.11.3" ]