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
This commit is contained in:
dependabot[bot]
2026-01-12 19:30:02 -08:00
committed by GitHub
parent ec1a32b9a8
commit b9a1ef6128

View File

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