Skip to content

Commit f82a0ce

Browse files
AbirAbbasclaude
andauthored
chore(deps): bump agentfield floor to 0.1.83 (#74)
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) <noreply@anthropic.com>
1 parent c1f61ab commit f82a0ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-docker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Same runtime dependencies as requirements.txt.
44

5-
agentfield>=0.1.82
5+
agentfield>=0.1.83
66
pydantic>=2.0
77
claude-agent-sdk==0.1.20
88
hax-sdk>=0.2.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Install: python -m pip install -r requirements.txt
44

5-
agentfield>=0.1.82
5+
agentfield>=0.1.83
66
pydantic>=2.0
77
claude-agent-sdk==0.1.20
88
hax-sdk>=0.2.0

0 commit comments

Comments
 (0)