From f06413675fc7b233472dc05ff1d68d2a6d79cf88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 15:43:39 +0000 Subject: [PATCH] Bump fastmcp from 2.5.1 to 2.13.0 Bumps [fastmcp](https://github.com/jlowin/fastmcp) from 2.5.1 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.5.1...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 0eabb7c..b3f8365 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.11" dependencies = [ - "fastmcp==2.5.1", + "fastmcp==2.13.0", "mcp[cli]==1.9.1", "python-dotenv>=1.1.0", "requests==2.32.4",