From b9a1ef6128cb8777c4acf3150d2e0e445e47fc46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 19:30:02 -0800 Subject: [PATCH] chore(deps): bump fastmcp in /integrations/beads-mcp (#1060) chore(deps): bump fastmcp from 2.14.1 to 2.14.3 in /integrations/beads-mcp Bug fixes in this release: - Fix HTTP transport timeout defaulting to 5 seconds - OAuth token storage TTL fix - Redis key prefix for ACL isolation - ContextVar propagation for ASGI-mounted servers --- 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 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", ]