inspect-swe: lower inspect_ai floor 0.3.249 → 0.3.233#31
Open
gas2own wants to merge 1 commit into
Open
Conversation
0.3.233 is the tightest floor carrying both fixes this arm needs:
- 0.3.220: bridged-tool list[ContentText] result serialization (#3879)
- 0.3.233: accept inline role="system" from bridged Anthropic clients
(commit 8829d740 / #4095) — folds into ChatMessageSystem
instead of raising 'Unexpected message role: system'
The previous >=0.3.249 floor over-specified: its justifying comment
misattributed the system-role fix to 0.3.249, but that fix landed at
0.3.233. Nothing the inspect-swe / claude_code Anthropic-bridge arm needs
lives above 0.3.233. More importantly, a >=0.3.249 override conflicts with
astabench's exact pin when astabench is overlaid via --with, blocking the
resolver from landing 0.3.233. Lowering the floor (dependencies +
override-dependencies) lets the coordinated astabench==0.3.233 pin
(allenai/asta-bench#156) resolve. Lock regenerated; base project still
resolves 0.3.249, the astabench overlay re-resolves to 0.3.233 at runtime.
Ref allenai/gas2own#346.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
gas2own
marked this pull request as draft
July 23, 2026 23:04
Contributor
Author
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Lower the
solvers/inspect-sweinspect_aifloor from>=0.3.249to>=0.3.233in bothdependenciesand[tool.uv].override-dependencies, regenerate the frozenuv.lock, and correct the misattributing comment.Why
0.3.233is the tightest floor that carries both fixes this arm needs:list[ContentText]result serialization (#3879)0.3.220role: "system"from bridged Anthropic clients (commit8829d740/ #4095) — folds intoChatMessageSysteminstead of raisingRuntimeError: Unexpected message role: system0.3.233The previous
>=0.3.249floor over-specified: the old comment attributed the system-role fix to0.3.249, but it actually landed at0.3.233. The0.3.249changelog (Moonshot provider,inspect ctlcontrol-channel changes, an OpenAIwith_raw_responsebridge fix) contains nothing this arm requires.inspect_swe==0.2.66itself declaresinspect-aiwith no floor, so nothing transitive forces0.3.249.Beyond being unnecessary,
>=0.3.249is actively harmful: whenastabenchis overlaid via--withand pinsinspect_ai==0.3.233(allenai/asta-bench#156), a>=0.3.249override conflicts and blocks the resolver from landing the intended0.3.233. Lowering the floor removes the conflict.Lock
uv lockregenerated — the base project still resolvesinspect_ai 0.3.249(newest satisfying the floor, no astabench group active); the runtime downgrade to0.3.233happens when the astabench overlay re-resolves. Only the override/specifier metadata lines changed.Coordination
Paired with allenai/asta-bench#156 (
astabenchpin==0.3.203→==0.3.233). Neither alone lands0.3.233at runtime — the astabench pin sets the exact version, this floor stops over-constraining it. Tracking + full analysis: allenai/gas2own#346.🤖 Generated with Claude Code