From 8d149a77a6c504fb338d7f978fe6e6a076932b7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 19:58:29 +0000 Subject: [PATCH] deps(python): update fastmcp requirement 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.4) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.4.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 86e6b19..5997f24 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ opentelemetry-sdk>=1.25.0 opentelemetry-instrumentation-fastapi>=0.46b0 # MCP -fastmcp>=2.0.0,<4.0.0 +fastmcp>=3.4.4,<4.0.0 # Casper SDK pycspr>=1.0.0,<2.0.0