From 29a90ae92b2c65cbf7076cabaf9b73072423b4ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 08:55:03 +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.1.0) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.1.0 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..7a239c6 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.1.0", "mcp-hmr", ]