Skip to content

build(deps): update claude-agent-sdk requirement from >=0.1.61 to >=0.1.66 in /claude-agent-sdk#70

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/claude-agent-sdk/claude-agent-sdk-gte-0.1.66
Open

build(deps): update claude-agent-sdk requirement from >=0.1.61 to >=0.1.66 in /claude-agent-sdk#70
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/claude-agent-sdk/claude-agent-sdk-gte-0.1.66

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Updates the requirements on claude-agent-sdk to permit the latest version.

Release notes

Sourced from claude-agent-sdk's releases.

v0.1.66

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.119

PyPI: https://pypi.org/project/claude-agent-sdk/0.1.66/

pip install claude-agent-sdk==0.1.66
Changelog

Sourced from claude-agent-sdk's changelog.

0.1.66

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.119

0.1.65

New Features

  • Batch session summaries: Added SessionStore.list_session_summaries() optional protocol method and fold_session_summary() helper for O(1)-per-session list views. Stores that maintain append-time summary sidecars can now serve list_sessions_from_store() without loading full transcripts, reducing round-trips from N to 1 for N sessions (#847)
  • Import local sessions to store: Added import_session_to_store() for replaying a local on-disk session into any SessionStore adapter, enabling migration from local storage to remote stores (#858)
  • Thinking display control: Added display field to ThinkingConfig types, forwarded as --thinking-display to the CLI. This lets callers override Opus 4.7's default "omitted" behavior and receive summarized thinking text (#830)
  • Server tool use and advisor result blocks: Added ServerToolUseBlock and AdvisorToolResultBlock content block types, surfacing server-executed tool calls (e.g., advisor, web_search) and their results that were previously silently dropped (#836)

Bug Fixes

  • Missing content blocks: Fixed server_tool_use and advisor_tool_result content blocks being silently dropped by the message parser, which caused messages carrying only server-side tool calls to arrive as empty AssistantMessage(content=[]) (#836)

Documentation

  • Fixed misleading permission_mode docstrings: dontAsk now correctly described as denying unapproved tools (was inverted), and auto clarified as using a model classifier (#863)

Internal/Other Changes

  • Dropped --debug-to-stderr detection from the transport layer in preparation for CLI flag removal; stderr piping now depends solely on whether a stderr callback is registered (#860)
  • Added bounded retry on session mirror append and UUID idempotency documentation (#857)
  • Updated bundled Claude CLI to version 2.1.118

0.1.64

New Features

  • SessionStore adapter: Full SessionStore support at parity with the TypeScript SDK. Includes a SessionStore protocol with 5 methods (append, load, list_sessions, delete, list_subkeys), InMemorySessionStore reference implementation, transcript mirroring via --session-mirror, session resume from store, and 9 new async store-backed helper functions (list_sessions_from_store, get_session_messages_from_store, fork_session_via_store, etc.). Also adds a 13-contract conformance test harness at claude_agent_sdk.testing.run_session_store_conformance for third-party adapter authors (#837)
  • Reference SessionStore adapters: Three copy-in reference SessionStore adapters under examples/session_stores/ — S3 (JSONL part files, mirrors the TS S3 reference), Redis (RPUSH/LRANGE lists + zset index), and Postgres (asyncpg + jsonb rows). Not shipped in the wheel; users copy the file they need into their project (#842)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.116

0.1.63

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.114

0.1.62

New Features

... (truncated)

Commits
  • c1eb34e docs: update changelog for v0.1.66
  • 07b4924 chore: release v0.1.66
  • 73befe5 chore: bump bundled CLI version to 2.1.119
  • 1def066 docs: update changelog for v0.1.65
  • 18059d0 chore: release v0.1.65
  • ffdcc03 chore: bump bundled CLI version to 2.1.118
  • 95413fd feat(session_store): add import_session_to_store() for local→store replay (#858)
  • a7a5ead sdk(session_store): bounded retry on mirror append + uuid idempotency docs (#...
  • 32f09c1 feat: forward thinking.display to --thinking-display CLI flag (#830)
  • fb54ccd docs: fix dontAsk and auto permission_mode descriptions (#863)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) to permit the latest version.
- [Release notes](https://github.com/anthropics/claude-agent-sdk-python/releases)
- [Changelog](https://github.com/anthropics/claude-agent-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/claude-agent-sdk-python@v0.1.61...v0.1.66)

---
updated-dependencies:
- dependency-name: claude-agent-sdk
  dependency-version: 0.1.66
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pip labels Apr 24, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 24, 2026 08:14
@github-actions github-actions Bot enabled auto-merge (squash) April 24, 2026 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file pip

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants