From 82f9d671e4dd249190b5a4dd40f98d303f11ef73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 13:52:08 -0800 Subject: [PATCH] Bump pydantic-settings from 2.11.0 to 2.12.0 in /integrations/beads-mcp (#286) Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.11.0 to 2.12.0. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.11.0...v2.12.0) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- integrations/beads-mcp/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}