From 89fba057c5a10558f2d8c8ceab0c6b7ac6462241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 11:14:23 +0000 Subject: [PATCH] chore: Update agentforge-mcp requirement from <0.4,>=0.3 to >=0.3,<0.5 Updates the requirements on [agentforge-mcp](https://github.com/Scaffoldic/agentforge-py) to permit the latest version. - [Release notes](https://github.com/Scaffoldic/agentforge-py/releases) - [Changelog](https://github.com/Scaffoldic/agentforge-py/blob/main/CHANGELOG.md) - [Commits](https://github.com/Scaffoldic/agentforge-py/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: agentforge-mcp dependency-version: 0.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69016bf..8233a6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ # green on agentforge-py 0.3.1; Tool/BudgetPolicy/MCPServer surfaces unchanged). "agentforge-py>=0.3,<0.4", # core contracts + Agent runtime + CLI "agentforge-anthropic[anthropic]>=0.3,<0.4", # LLM provider for enrichment (feat-010, feat-012) - "agentforge-mcp[mcp]>=0.3,<0.4", # MCP serving layer + mcp SDK (feat-008) + "agentforge-mcp[mcp]>=0.3,<0.5", # MCP serving layer + mcp SDK (feat-008) "python-dotenv>=1.0", "pyyaml>=6", # read ckg.yaml engine config (feat-003+) # --- deterministic graph engine (feat-002/003/007) ---