From 7c2665d4d2518eb675e55fe39bf656c9483fe99e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 08:54:46 +0000 Subject: [PATCH] chore: update fastmcp requirement in /examples/mcp 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.1...v3.2.3) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/mcp/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mcp/pyproject.toml b/examples/mcp/pyproject.toml index 022238a..78ab6fa 100644 --- a/examples/mcp/pyproject.toml +++ b/examples/mcp/pyproject.toml @@ -3,7 +3,7 @@ name = "mcp-example" version = "0" requires-python = ">=3.12" dependencies = [ - "fastmcp~=2.14.1", + "fastmcp~=3.2.3", "mcp-hmr", ]