From 106ba9c2ab7e2109dddf86f8362e2339b71021a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 23:22:54 +0000 Subject: [PATCH] Bump fastmcp from 2.5.1 to 2.14.0 Bumps [fastmcp](https://github.com/jlowin/fastmcp) from 2.5.1 to 2.14.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.14.0) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 2.14.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..c284585 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.14.0", "mcp[cli]==1.9.1", "python-dotenv>=1.1.0", "requests==2.32.4",