From 01de48b19c0fe9d8e5585bfca6b27e355d7610b6 Mon Sep 17 00:00:00 2001 From: Abir Abbas Date: Mon, 11 May 2026 11:16:08 -0400 Subject: [PATCH] chore: bump agentfield pin to >=0.1.84 to pick up pause-cascade logs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 0.1.84 adds INFO-level diagnostics on the cross-reasoner pause- cascade path (agentfield#569). The flexible >=0.1.83 constraint on its own won't reinstall the SDK on the next Docker build because the cached `pip install` layer keys off file contents; changing the floor forces re-resolution. Bumped both requirements.txt AND requirements-docker.txt since the Dockerfile installs from the latter separately. Same playbook as the 0.1.82→0.1.83 round (PR #74 here). Co-Authored-By: Claude Opus 4.7 (1M context) --- requirements-docker.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-docker.txt b/requirements-docker.txt index 3720471..1390d75 100644 --- a/requirements-docker.txt +++ b/requirements-docker.txt @@ -2,7 +2,7 @@ # # Same runtime dependencies as requirements.txt. -agentfield>=0.1.83 +agentfield>=0.1.84 pydantic>=2.0 claude-agent-sdk==0.1.20 hax-sdk>=0.2.0 diff --git a/requirements.txt b/requirements.txt index 5988a9f..fb9cf3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # # Install: python -m pip install -r requirements.txt -agentfield>=0.1.83 +agentfield>=0.1.84 pydantic>=2.0 claude-agent-sdk==0.1.20 hax-sdk>=0.2.0