diff --git a/integrations/beads-mcp/pyproject.toml b/integrations/beads-mcp/pyproject.toml index 3afa6a4d..3d1da1a1 100644 --- a/integrations/beads-mcp/pyproject.toml +++ b/integrations/beads-mcp/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.10" license = {text = "MIT"} dependencies = [ - "fastmcp==2.14.1", + "fastmcp==2.14.3", "pydantic==2.12.5", "pydantic-settings==2.12.0", ]