Skip to content

chore(deps): bump claude-agent-sdk from 0.1.50 to 0.1.54#95

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps claude-agent-sdk from 0.1.50 to 0.1.54.

Release notes

Sourced from claude-agent-sdk's releases.

v0.1.54


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

pip install claude-agent-sdk==0.1.54

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

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

pip install claude-agent-sdk==0.1.53

v0.1.52

New Features

  • Context usage: Added get_context_usage() method to ClaudeSDKClient for querying context window usage by category (#764)
  • Annotated parameter descriptions: The @tool decorator and create_sdk_mcp_server now support typing.Annotated for per-parameter descriptions in JSON Schema (#762)
  • ToolPermissionContext fields: Exposed tool_use_id and agent_id in ToolPermissionContext for distinguishing parallel permission requests (#754)
  • Session ID option: Added session_id option to ClaudeAgentOptions for specifying custom session IDs (#750)

Bug Fixes

  • String prompt in connect(): Fixed connect(prompt="...") silently dropping the string prompt, causing receive_messages() to hang indefinitely (#769)
  • Cancel request handling: Implemented control_cancel_request handling so in-flight hook callbacks are properly cancelled when the CLI abandons them (#751)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.87
  • Increased CI timeout for example tests and reduced sleep duration in error handling example (#760)

... (truncated)

Changelog

Sourced from claude-agent-sdk's changelog.

Changelog

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

New Features

  • Context usage: Added get_context_usage() method to ClaudeSDKClient for querying context window usage by category (#764)
  • Annotated parameter descriptions: The @tool decorator and create_sdk_mcp_server now support typing.Annotated for per-parameter descriptions in JSON Schema (#762)
  • ToolPermissionContext fields: Exposed tool_use_id and agent_id in ToolPermissionContext for distinguishing parallel permission requests (#754)
  • Session ID option: Added session_id option to ClaudeAgentOptions for specifying custom session IDs (#750)

Bug Fixes

  • String prompt in connect(): Fixed connect(prompt="...") silently dropping the string prompt, causing receive_messages() to hang indefinitely (#769)
  • Cancel request handling: Implemented control_cancel_request handling so in-flight hook callbacks are properly cancelled when the CLI abandons them (#751)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.87
  • Increased CI timeout for example tests and reduced sleep duration in error handling example (#760)

0.1.51

New Features

  • Session management: Added fork_session(), delete_session(), and offset-based pagination for session listing (#744)
  • Task budget: Added task_budget option for token budget management (#747)
  • SystemPromptFile: Added support for --system-prompt-file CLI flag via SystemPromptFile (#591)
  • AgentDefinition fields: Added disallowedTools, maxTurns, and initialPrompt to AgentDefinition (#759)
  • Preserved fields: Preserve dropped fields on AssistantMessage and ResultMessage for forward compatibility (#718)

Bug Fixes

  • Python 3.10 compatibility: Use typing_extensions.TypedDict on Python 3.10 for NotRequired support (#761)
  • ResultMessage errors field: Added missing errors field to ResultMessage (#749)
  • Async generator cleanup: Resolved cross-task cancel scope RuntimeError on async generator cleanup (#746)
  • MCP tool input_schema: Convert TypedDict input_schema to proper JSON Schema in SDK MCP tools (#736)
  • initialize_timeout: Pass initialize_timeout from env var in query() (#743)
  • Async event loop blocking: Defer CLI discovery to connect() to avoid blocking async event loops (#722)

... (truncated)

Commits
  • 574044a chore: release v0.1.54
  • 3e737af chore: bump bundled CLI version to 2.1.90
  • f4f9adc chore: bump bundled CLI version to 2.1.89
  • 7c6902b feat: add background, effort, permissionMode to AgentDefinition (#782)
  • b63e8f1 docs: update changelog for v0.1.53
  • a82c985 chore: release v0.1.53
  • 8bd1832 chore: bump bundled CLI version to 2.1.88
  • ab9bcab Fix: omit --setting-sources flag when setting_sources is empty or unset (#778)
  • bd3b7a6 fix: spawn wait_for_result_and_end_input as background task for string prompt...
  • 566e41f docs: update changelog for v0.1.52
  • 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 2, 2026
Bumps [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) from 0.1.50 to 0.1.54.
- [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.54)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/claude-agent-sdk-0.1.54 branch from 1c4f7a3 to 6a41c76 Compare April 8, 2026 21:53
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 9, 2026

Superseded by #113.

@dependabot dependabot Bot closed this Apr 9, 2026
@dependabot dependabot Bot deleted the dependabot/pip/claude-agent-sdk-0.1.54 branch April 9, 2026 02:56
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.

0 participants