From dd2cc1d8da5aa2c818c182eb2c79e04c36edd522 Mon Sep 17 00:00:00 2001 From: Abir Abbas Date: Fri, 8 May 2026 15:12:14 -0400 Subject: [PATCH] chore(deps): bump agentfield floor to 0.1.80 Pulls in cross-reasoner pause-clock propagation (Agent-Field/agentfield#555). Without this floor bump, Docker layer caching keeps shipping 0.1.79 and the parent ``build`` reasoner still times out at 7200s while a child is paused on a hax-sdk approval. Co-Authored-By: Claude Opus 4.7 (1M context) --- pyproject.toml | 2 +- requirements-docker.txt | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0ecb5ee..e927965 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Autonomous SWE agent node for AgentField" requires-python = ">=3.12" dependencies = [ - "agentfield>=0.1.79", + "agentfield>=0.1.80", "pydantic>=2.0", # Compatibility pin: newer SDK builds have surfaced # "Unknown message type: rate_limit_event" during streaming. diff --git a/requirements-docker.txt b/requirements-docker.txt index 477dcf5..c6f6fb8 100644 --- a/requirements-docker.txt +++ b/requirements-docker.txt @@ -2,7 +2,7 @@ # # Same runtime dependencies as requirements.txt. -agentfield>=0.1.79 +agentfield>=0.1.80 pydantic>=2.0 claude-agent-sdk==0.1.20 hax-sdk>=0.2.0 diff --git a/requirements.txt b/requirements.txt index 733f341..8c9199a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # # Install: python -m pip install -r requirements.txt -agentfield>=0.1.79 +agentfield>=0.1.80 pydantic>=2.0 claude-agent-sdk==0.1.20 hax-sdk>=0.2.0