From 7b5ed07427efc404ab53ee09fe4ec4512182cdd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 16:08:09 +0000 Subject: [PATCH] chore(deps): bump fastmcp in /modelcontextprotocol Bumps [fastmcp](https://github.com/jlowin/fastmcp) from 2.13.0.2 to 2.13.3. - [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.13.3) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 2.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 62be80e..86d84d5 100644 --- a/modelcontextprotocol/pyproject.toml +++ b/modelcontextprotocol/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] dependencies = [ - "fastmcp==2.13.2", + "fastmcp==2.13.3", "pyatlan>=6.0.1", "uvicorn>=0.35.0" ]