diff --git a/integrations/beads-mcp/pyproject.toml b/integrations/beads-mcp/pyproject.toml index 846892f3..d9c885f0 100644 --- a/integrations/beads-mcp/pyproject.toml +++ b/integrations/beads-mcp/pyproject.toml @@ -8,7 +8,7 @@ license = {text = "MIT"} dependencies = [ "fastmcp==2.13.0.2", "pydantic==2.12.0", - "pydantic-settings==2.11.0", + "pydantic-settings==2.12.0", ] authors = [ {name = "Beads Contributors"}