From 8242ff0f85fb2ef387f293099ca2bf9a645e0714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 17:15:58 +0000 Subject: [PATCH] Bump fastmcp from 2.13.3 to 2.14.0 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [fastmcp](https://github.com/jlowin/fastmcp). Updates `fastmcp` from 2.13.3 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.13.3...v2.14.0) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 2.14.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b8972db0..5c6f5fed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,8 +15,8 @@ dependencies = [ "pydantic>=2.6,<3", "pydantic-settings>=2.2,<3", # MCP dependencies - "mcp>1.21.1,<1.23", - "fastmcp==2.13.3", + "mcp>1.21.1,<1.27", + "fastmcp==2.14.0", # For all inference agents "openai>=2.8.1", # CLI dependencies