Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2026

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

Release notes

Sourced from claude-agent-sdk's releases.

v0.1.61

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.112

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

pip install claude-agent-sdk==0.1.61
Changelog

Sourced from claude-agent-sdk's changelog.

0.1.61

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.112

0.1.60

New Features

  • Subagent transcript helpers: Added list_subagents() and get_subagent_messages() session helpers for reading subagent transcripts, enabling inspection of subagent message chains spawned during a session (#825)
  • Distributed tracing: Propagate W3C trace context (TRACEPARENT/TRACESTATE) to the CLI subprocess when an OpenTelemetry span is active, connecting SDK and CLI traces end-to-end. Install with pip install claude-agent-sdk[otel] for optional OpenTelemetry support (#821)
  • Cascading session deletion: delete_session() now removes the sibling subagent transcript directory alongside the session file, matching TypeScript SDK behavior (#805)

Bug Fixes

  • Empty setting sources: Fixed setting_sources=[] being silently dropped (treated as falsy), which caused the CLI to load default settings instead of disabling all filesystem settings. An empty list now correctly passes --setting-sources= to disable all sources (#822)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.111

0.1.59

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.105

0.1.58

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.97

0.1.57

New Features

  • Cross-user prompt caching: Added exclude_dynamic_sections option to SystemPromptPreset, enabling cross-user prompt cache hits by moving per-user dynamic sections (working directory, memory, git status) out of the system prompt (#797)
  • Auto permission mode: Added "auto" to the PermissionMode type, bringing parity with the TypeScript SDK and CLI v2.1.90+ (#785)

Bug Fixes

  • Thinking configuration: Fixed thinking={"type": "adaptive"} incorrectly mapping to --max-thinking-tokens 32000 instead of --thinking adaptive. The disabled type similarly now uses --thinking disabled instead of --max-thinking-tokens 0, matching the TypeScript SDK behavior (#796)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.96

0.1.56

... (truncated)

Commits
  • b70e7e1 docs: update changelog for v0.1.61
  • 558cb71 chore: release v0.1.61
  • 010f263 chore: bump bundled CLI version to 2.1.112
  • a0fbd14 docs: update changelog for v0.1.60
  • 3414aa7 chore: release v0.1.60
  • 8a131ed chore: bump bundled CLI version to 2.1.111
  • e621929 fix: pass --setting-sources for empty list to disable filesystem settings (#822)
  • ebc06f2 feat: add list_subagents and get_subagent_messages session helpers (#825)
  • bbec84d feat: propagate W3C trace context (TRACEPARENT) to CLI subprocess (#821)
  • aaac538 chore: bump bundled CLI version to 2.1.110
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file pip labels Apr 17, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 17, 2026 08:14
@dependabot dependabot bot added dependencies Pull requests that update a dependency file pip labels Apr 17, 2026
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.36...v0.1.61)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/claude-agent-sdk/claude-agent-sdk-gte-0.1.61 branch from 025d00e to 097c6f3 Compare April 17, 2026 08:16
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