From 671b608c2bfc501ebd42bf5cb93f35b666f0d1ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 23:22:46 +0000 Subject: [PATCH] build(deps): bump fastmcp from 2.13.0.2 to 2.14.0 in /libs/fleet-mcp Bumps [fastmcp](https://github.com/jlowin/fastmcp) from 2.13.0.2 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.2...v2.14.0) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 2.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libs/fleet-mcp/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/fleet-mcp/pyproject.toml b/libs/fleet-mcp/pyproject.toml index 7293f9f9d..3d3b9f31e 100644 --- a/libs/fleet-mcp/pyproject.toml +++ b/libs/fleet-mcp/pyproject.toml @@ -9,7 +9,7 @@ description = "Fleet management using MCP for AI agents in Coder workspaces" readme = "README.md" requires-python = ">=3.10" dependencies = [ - "fastmcp==2.13.0.2", + "fastmcp==2.14.0", "pydantic==2.12.3", "httpx==0.28.1", "python-dotenv==1.2.1",