From 37854706f81d3b74c731d95adac656ac67c50354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 03:38:18 +0000 Subject: [PATCH] chore(deps): update fastmcp requirement from >=3.0.0 to >=3.2.4 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/v3.0.0...v3.2.4) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d53d235..f2a10c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -fastmcp>=3.0.0 +fastmcp>=3.2.4 httpx>=0.27.0 Pillow>=10.0.0