From 69c87e53bfc92ba013bfe06741e0fc036a2e77d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 15:40:57 +0000 Subject: [PATCH] Bump fastmcp from 2.8.0 to 2.13.0 Bumps [fastmcp](https://github.com/jlowin/fastmcp) from 2.8.0 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.8.0...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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 27cb781..a7dae02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "alibabacloud_oss_v2>=1.1.0", "alibabacloud-credentials>=1.0.0", "click>=8.1.8", - "fastmcp==2.8.0", + "fastmcp==2.13.0", "pydantic==2.11.3" ]