From f729c1bb5d5ce0f4eb8e53ec75beb72674e3b2dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 23:22:56 +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 e5f4165d..0f4e13ac 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.26", + "fastmcp==2.14.0", # For all inference agents "openai>=2.8.1", # CLI dependencies