chore(deps): bump claude-agent-sdk and fastapi - #534
Open
thellert wants to merge 1 commit into
Open
Conversation
The SDK pin carries the bundled Claude Code CLI, which moves from 2.1.191 to 2.1.220. The e2e trace collector reaches for `list_subagents` and `get_subagent_messages`; both are still re-exported from the package root and their signatures are unchanged, so the collector's call sites hold. FastAPI's floor moves to 0.141.1. uv.lock is regenerated alongside, so the lockfile and the declared requirements agree. Resolution moves those two packages and nothing else.
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.
claude-agent-sdkmoves 0.2.110 -> 0.2.128, which carries the bundled Claude Code CLI from 2.1.191 to 2.1.220. The pin exists because the e2e trace collector intests/e2e/sdk_helpers.pyreads sub-agent transcripts throughlist_subagents/get_subagent_messages; both are still re-exported from the package root under 0.2.128 and their signatures are unchanged, so the collector's call sites hold. The e2e lanes on this PR are what confirm the bundled CLI still behaves under als-apg routing — the pin's comment is updated on the expectation that they pass.FastAPI's floor moves to 0.141.1.
uv.lock is regenerated so the lockfile and the declared requirements agree; resolution moves those two packages and nothing else.