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", ]