Skip to content

chore(deps): bump claude-agent-sdk and fastapi - #534

Open
thellert wants to merge 1 commit into
mainfrom
chore/bump-agent-sdk-and-fastapi
Open

chore(deps): bump claude-agent-sdk and fastapi#534
thellert wants to merge 1 commit into
mainfrom
chore/bump-agent-sdk-and-fastapi

Conversation

@thellert

@thellert thellert commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

claude-agent-sdk moves 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 in tests/e2e/sdk_helpers.py reads sub-agent transcripts through list_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.

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.
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