From 4979cb3c7bab29631f6f392f434a6cad9cb15032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 11:21:17 +0000 Subject: [PATCH] chore(deps): bump fastmcp in /modelcontextprotocol Bumps [fastmcp](https://github.com/jlowin/fastmcp) from 2.11.0 to 2.13.0.2. - [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.11.0...v2.13.0.2) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 2.13.0.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modelcontextprotocol/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modelcontextprotocol/pyproject.toml b/modelcontextprotocol/pyproject.toml index b10b084..81ed98c 100644 --- a/modelcontextprotocol/pyproject.toml +++ b/modelcontextprotocol/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] dependencies = [ - "fastmcp==2.11.0", + "fastmcp==2.13.0.2", "pyatlan>=6.0.1", ]