From 3913c1d6a966f115ed131cb6098e0bc33879a94b Mon Sep 17 00:00:00 2001 From: Abir Abbas Date: Sun, 10 May 2026 19:54:42 -0400 Subject: [PATCH] chore(deps): bump agentfield floor to 0.1.83 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Picks up the cancellation-skips-sync-fallback fix in agentfield 0.1.83 (Agent-Field/agentfield#566): cancelling a run no longer triggers a silent sync-fallback re-execution of the awaited child. Bumped in both requirements.txt AND requirements-docker.txt so the Docker layer cache key changes — leaving the Docker-side pin at 0.1.82 would keep restoring the cached pip install layer and ship 0.1.82 even after 0.1.83 is on PyPI. 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 0c62785..3720471 100644 --- a/requirements-docker.txt +++ b/requirements-docker.txt @@ -2,7 +2,7 @@ # # Same runtime dependencies as requirements.txt. -agentfield>=0.1.82 +agentfield>=0.1.83 pydantic>=2.0 claude-agent-sdk==0.1.20 hax-sdk>=0.2.0 diff --git a/requirements.txt b/requirements.txt index 96b83bd..5988a9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # # Install: python -m pip install -r requirements.txt -agentfield>=0.1.82 +agentfield>=0.1.83 pydantic>=2.0 claude-agent-sdk==0.1.20 hax-sdk>=0.2.0