Skip to content

chore(deps): bump claude-agent-sdk from 0.1.50 to 0.1.58#113

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/claude-agent-sdk-0.1.58
Closed

chore(deps): bump claude-agent-sdk from 0.1.50 to 0.1.58#113
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/claude-agent-sdk-0.1.58

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps claude-agent-sdk from 0.1.50 to 0.1.58.

Release notes

Sourced from claude-agent-sdk's releases.

v0.1.58

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.97

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

pip install claude-agent-sdk==0.1.58

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

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

pip install claude-agent-sdk==0.1.57

v0.1.56

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.92

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

... (truncated)

Changelog

Sourced from claude-agent-sdk's changelog.

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

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.92

0.1.55

Bug Fixes

  • MCP large tool results: Forward maxResultSizeChars from ToolAnnotations via _meta to bypass Zod annotation stripping in the CLI, fixing silent truncation of large MCP tool results (>50K chars) (#756)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.91

0.1.53

Bug Fixes

  • Setting sources flag: Fixed --setting-sources being passed as an empty string when not provided, which caused the CLI to misparse subsequent flags (#778)
  • String prompt deadlock: Fixed deadlock when using query() with a string prompt and hooks/MCP servers that trigger many tool calls, by spawning wait_for_result_and_end_input() as a background task (#780)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.88

0.1.52

... (truncated)

Commits
  • 1f47add docs: update changelog for v0.1.58
  • 9cfc38f chore: release v0.1.58
  • 25c1342 chore: bump bundled CLI version to 2.1.97
  • 51adfc7 docs: update changelog for v0.1.57
  • 78fc3e0 chore: release v0.1.57
  • 6870ef1 chore: bump bundled CLI version to 2.1.96
  • 3bf8fd5 Add exclude_dynamic_sections to SystemPromptPreset for cross-user caching (#797)
  • 83c1e0a chore: bump bundled CLI version to 2.1.94
  • 6617b9e fix: pass --thinking flag for adaptive/disabled instead of budget tokens (#796)
  • 841ee87 Add 'auto' to PermissionMode type (#785)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) from 0.1.50 to 0.1.58.
- [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.50...v0.1.58)

---
updated-dependencies:
- dependency-name: claude-agent-sdk
  dependency-version: 0.1.58
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 9, 2026
datasciencemonkey added a commit that referenced this pull request Apr 9, 2026
Recompiled requirements.txt from pyproject.toml via uv pip compile.
Both packages pass the 7-day exclude-newer supply-chain gate.

- charset-normalizer 3.4.6 → 3.4.7 (released 2026-04-02)
- claude-agent-sdk 0.1.50 → 0.1.54 (released 2026-04-02)

Dependabot PRs #110 (pydantic-core), #111 (cryptography), #113
(claude-agent-sdk 0.1.58) propose versions blocked by the 7-day rule.
PR #109 (importlib-metadata 9.0.0) also blocked by UV exclude-newer.
@datasciencemonkey
Copy link
Copy Markdown
Owner

Closing: Released today — blocked by 7-day rule. PR #117 bumps to 0.1.54 (oldest eligible version). 0.1.58 will be eligible after Apr 16.

See PR #117 for the dependency bumps that pass the 7-day supply-chain gate.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 9, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/pip/claude-agent-sdk-0.1.58 branch April 9, 2026 14:03
datasciencemonkey added a commit that referenced this pull request Apr 9, 2026
…117)

Recompiled requirements.txt from pyproject.toml via uv pip compile.
Both packages pass the 7-day exclude-newer supply-chain gate.

- charset-normalizer 3.4.6 → 3.4.7 (released 2026-04-02)
- claude-agent-sdk 0.1.50 → 0.1.54 (released 2026-04-02)

Dependabot PRs #110 (pydantic-core), #111 (cryptography), #113
(claude-agent-sdk 0.1.58) propose versions blocked by the 7-day rule.
PR #109 (importlib-metadata 9.0.0) also blocked by UV exclude-newer.
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant