From e0d0137d9e5aee36400d4d927381995a855a50ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 11:14:27 +0000 Subject: [PATCH] chore: Update agentforge-py requirement from <0.4,>=0.3 to >=0.3,<0.5 Updates the requirements on [agentforge-py](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-py 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..5f2d97a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ # --- AgentForge framework (runtime + provider + serving) --- # 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-py>=0.3,<0.5", # 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) "python-dotenv>=1.0",