From 69dc1b4a6c8b35c651d512e040d3d4596c604815 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 /run/mcp-server 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] --- run/mcp-server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/mcp-server/pyproject.toml b/run/mcp-server/pyproject.toml index 397102c991..b3fe379dee 100644 --- a/run/mcp-server/pyproject.toml +++ b/run/mcp-server/pyproject.toml @@ -5,5 +5,5 @@ description = "Example of deploying an MCP server on Cloud Run" readme = "README.md" requires-python = ">=3.10" dependencies = [ - "fastmcp==2.13.0", + "fastmcp==2.14.0", ]