From 89a7bc48adbcc2101b5c524abfdd789ce58cd3e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 09:24:02 +0000 Subject: [PATCH] chore(deps): update fastmcp requirement from >=2.0.0 to >=3.4.2 Updates the requirements on [fastmcp](https://github.com/PrefectHQ/fastmcp) to permit the latest version. - [Release notes](https://github.com/PrefectHQ/fastmcp/releases) - [Changelog](https://github.com/PrefectHQ/fastmcp/blob/main/docs/changelog.mdx) - [Commits](https://github.com/PrefectHQ/fastmcp/compare/v2.0.0...v3.4.2) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ced1df9..dab47d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.4.0" description = "MCP Meta-Router (Tool Compass) — discovers, indexes, and manages all local MCP servers with smart routing" requires-python = ">=3.12" dependencies = [ - "fastmcp>=2.0.0", + "fastmcp>=3.4.2", "mcp>=1.0.0", ]