Skip to content

Commit ab090e7

Browse files
AbirAbbasclaude
andauthored
chore(deps): bump agentfield floor to 0.1.80 (#70)
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) <noreply@anthropic.com>
1 parent 737fb50 commit ab090e7

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

0 commit comments

Comments
 (0)