diff --git a/pyproject.toml b/pyproject.toml index e927965..dbf9fae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Autonomous SWE agent node for AgentField" requires-python = ">=3.12" dependencies = [ - "agentfield>=0.1.80", + "agentfield>=0.1.81", "pydantic>=2.0", # Compatibility pin: newer SDK builds have surfaced # "Unknown message type: rate_limit_event" during streaming. diff --git a/requirements-docker.txt b/requirements-docker.txt index c6f6fb8..d98f9aa 100644 --- a/requirements-docker.txt +++ b/requirements-docker.txt @@ -2,7 +2,7 @@ # # Same runtime dependencies as requirements.txt. -agentfield>=0.1.80 +agentfield>=0.1.81 pydantic>=2.0 claude-agent-sdk==0.1.20 hax-sdk>=0.2.0 diff --git a/requirements.txt b/requirements.txt index 8c9199a..4b9a5b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # # Install: python -m pip install -r requirements.txt -agentfield>=0.1.80 +agentfield>=0.1.81 pydantic>=2.0 claude-agent-sdk==0.1.20 hax-sdk>=0.2.0