From 7ee9de67618c10c5b0c282e9258a07256886e838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 13:36:25 +0000 Subject: [PATCH] Update fastmcp requirement from <3,>=2.14 to >=2.14,<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/v2.14.0...v3.1.1) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.1.1 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 439101e..e577bf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dependencies = [ "curl-cffi>=0.14.0,<1", "eunomia-mcp>=0.3.10", - "fastmcp[openai]>=2.14,<3", + "fastmcp[openai]>=2.14,<4", "httpx[http2]>=0.28.1,<1", "mcp[cli]>=1.12.1,<2", "msgspec>=0.20.0,<1",