From be1a6161847f681231416c1244ca386256ff2d26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 09:09:16 +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.0.2) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.0.2 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..6d4fc9b 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.0.2", "mcp-hmr", ]