Skip to content

chore(deps): bump agentfield floor to 0.1.83#74

Merged
AbirAbbas merged 1 commit into
mainfrom
chore/bump-agentfield-0.1.83
May 11, 2026
Merged

chore(deps): bump agentfield floor to 0.1.83#74
AbirAbbas merged 1 commit into
mainfrom
chore/bump-agentfield-0.1.83

Conversation

@AbirAbbas
Copy link
Copy Markdown
Collaborator

Summary

Bumps the agentfield SDK floor from >=0.1.82 to >=0.1.83 in both requirements.txt and requirements-docker.txt. Picks up the cancellation-skips-sync-fallback fix shipped in agentfield#566: a cancelled awaited child no longer triggers a silent sync-fallback re-execution.

Both files bumped — 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.

Test plan

  • CI green (Docker build pulls 0.1.83)
  • After merge, a fresh deploy logs agentfield==0.1.83 (or newer) in the install step

🤖 Generated with Claude Code

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>
@AbirAbbas AbirAbbas merged commit f82a0ce into main May 11, 2026
2 checks passed
@AbirAbbas AbirAbbas deleted the chore/bump-agentfield-0.1.83 branch May 11, 2026 00:13
AbirAbbas added a commit that referenced this pull request May 11, 2026
…75)

0.1.84 adds INFO-level diagnostics on the cross-reasoner pause-
cascade path (agentfield#569). The flexible >=0.1.83 constraint on
its own won't reinstall the SDK on the next Docker build because the
cached `pip install` layer keys off file contents; changing the floor
forces re-resolution. Bumped both requirements.txt AND
requirements-docker.txt since the Dockerfile installs from the latter
separately. Same playbook as the 0.1.82→0.1.83 round (PR #74 here).

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant