Skip to content

Commit c1f61ab

Browse files
AbirAbbasclaude
andauthored
chore(deps): bump agentfield floor to 0.1.82 (#73)
Picks up the polling-task pause-aware overdue-check fix shipped in agentfield v0.1.82 (Agent-Field/agentfield#564). v0.1.81 made the ``wait_for_result`` loop pause-aware, but missed the second wallclock overdue check inside ``_poll_active_executions`` — so a parent waiting on a child sitting in ``waiting`` for hours still got flipped to TIMEOUT at exactly the wallclock budget. v0.1.82 attaches the parent PauseClock to the awaited ExecutionState so both the wait loop and the polling task read paused-time from the same source. Bumping the floor (rather than relying on the existing constraint) so Docker layer caching does not restore the old layer with v0.1.81. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent ab58917 commit c1f61ab

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "Autonomous SWE agent node for AgentField"
55
requires-python = ">=3.12"
66
dependencies = [
7-
"agentfield>=0.1.81",
7+
"agentfield>=0.1.82",
88
"pydantic>=2.0",
99
# Compatibility pin: newer SDK builds have surfaced
1010
# "Unknown message type: rate_limit_event" during streaming.

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.81
5+
agentfield>=0.1.82
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.81
5+
agentfield>=0.1.82
66
pydantic>=2.0
77
claude-agent-sdk==0.1.20
88
hax-sdk>=0.2.0

0 commit comments

Comments
 (0)