From 5bc91601550a4ec016a4f95ecfb0fcfba46dd392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 23:22:35 +0000 Subject: [PATCH] chore(deps): bump fastmcp from 2.13.0 to 2.14.0 in /packages/mcp-fastmcp Bumps [fastmcp](https://github.com/jlowin/fastmcp) from 2.13.0 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.0...v2.14.0) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 2.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/mcp-fastmcp/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mcp-fastmcp/pyproject.toml b/packages/mcp-fastmcp/pyproject.toml index 3124c67..81f2526 100644 --- a/packages/mcp-fastmcp/pyproject.toml +++ b/packages/mcp-fastmcp/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "pydantic-settings>=2.7.1", "httpx>=0.27.2", "keycardai-oauth>=0.6.0", - "fastmcp==2.13.0", + "fastmcp==2.14.0", "keycardai-mcp>=0.15.0", ] keywords = ["fastmcp", "mcp", "model-context-protocol", "oauth", "token-exchange", "authentication", "keycard"]