From b2e1b98b51d5fade92be6da30230e01090a32265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 15:44:10 +0000 Subject: [PATCH] chore(deps): bump fastmcp from 2.12.0 to 3.4.2 in /sdk Bumps [fastmcp](https://github.com/PrefectHQ/fastmcp) from 2.12.0 to 3.4.2. - [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.12.0...v3.4.2) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index cdb5459b9..8683da2af 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "python-multipart>=0.0.20", "mcpadapt>=0.1.13", "mcp>=1.19.0,<1.23", - "fastmcp==2.12.0", + "fastmcp==3.4.2", "docker>=7.0.0", "kubernetes>=29.0.0", "tiktoken>=0.5.0",