From 070b703254753e85c247a1afdb9402c1c227d026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 11:14:30 +0000 Subject: [PATCH] chore: Update agentforge-anthropic requirement Updates the requirements on [agentforge-anthropic](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-anthropic 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..60af3dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ # Pinned to the 0.3.x line (re-validated: full gate + MCP server construct # 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-anthropic[anthropic]>=0.3,<0.5", # LLM provider for enrichment (feat-010, feat-012) "agentforge-mcp[mcp]>=0.3,<0.4", # MCP serving layer + mcp SDK (feat-008) "python-dotenv>=1.0", "pyyaml>=6", # read ckg.yaml engine config (feat-003+)