Skip to content

chore(deps): update claude-agent-sdk requirement from >=0.1.65 to >=0.1.75#20

Merged
github-actions[bot] merged 3 commits intomainfrom
dependabot/pip/claude-agent-sdk-gte-0.1.75
May 6, 2026
Merged

chore(deps): update claude-agent-sdk requirement from >=0.1.65 to >=0.1.75#20
github-actions[bot] merged 3 commits intomainfrom
dependabot/pip/claude-agent-sdk-gte-0.1.75

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 6, 2026

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

Release notes

Sourced from claude-agent-sdk's releases.

v0.1.75

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.131

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

pip install claude-agent-sdk==0.1.75
Changelog

Sourced from claude-agent-sdk's changelog.

0.1.75

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.131

0.1.74

New Features

  • Hook event streaming: Added include_hook_events option to ClaudeAgentOptions. When set, hook events (PreToolUse, PostToolUse, Stop, etc.) are emitted by the CLI and yielded from the message stream as HookEventMessage, matching the TypeScript SDK's includeHookEvents (#917)
  • Defer hook decision: Added support for the "defer" hook decision in PreToolUseHookSpecificOutput.permissionDecision and new DeferredToolUse dataclass on ResultMessage.deferred_tool_use, bringing parity with the TypeScript SDK's deferred tool use round trip (#865)
  • Strict MCP config: Added strict_mcp_config option to ClaudeAgentOptions. When True, the CLI only uses MCP servers passed via mcp_servers, ignoring project, user, and global MCP configurations for fully deterministic server sets (#915)
  • Permission context enrichment: Added decision_reason, blocked_path, title, display_name, and description fields to ToolPermissionContext, enabling richer permission prompts in can_use_tool callbacks (#909)
  • updatedToolOutput for post-tool hooks: Added updatedToolOutput to PostToolUseHookSpecificOutput for replacing any tool's output before it reaches the model, not just MCP tools (#911)
  • xhigh effort level: Added "xhigh" to the effort Literal on ClaudeAgentOptions and AgentDefinition, an Opus 4.7-specific level that falls back to high on other models (#914)
  • Subprocess cleanup on parent exit: Registered an atexit handler to terminate live CLI subprocesses when the parent process exits, preventing orphaned claude processes from leaking (#916)

Bug Fixes

  • ResourceWarning on disconnect: Fixed ResourceWarning: Unclosed <MemoryObjectReceiveStream> emitted on ClaudeSDKClient disconnect and query() cleanup by closing the receive stream at the consumer boundary (#908)
  • Session created_at timestamp: Fixed list_sessions() returning created_at=None for sessions whose first JSONL record lacks a timestamp field by scanning the full head buffer instead of only the first line (#907)

Documentation

  • Clarified that can_use_tool fires only on "ask" permission decisions, not on "allow" or "deny" (#912)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.129

0.1.73

New Features

  • Eager session store flushing: Added session_store_flush option to ClaudeAgentOptions ("batched" or "eager"). When set to "eager", the transcript mirror delivers frames to SessionStore.append() in near-real-time instead of waiting for the end-of-turn flush, enabling live-tailing UIs, cross-process resume, and crash-durability use cases (#905)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.128

0.1.72

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.126

0.1.71

New Features

... (truncated)

Commits
  • bdb3291 docs: update changelog for v0.1.75
  • 70bff63 chore: release v0.1.75
  • 59491ac chore: bump bundled CLI version to 2.1.131
  • 9ee37f3 docs: update changelog for v0.1.74
  • 8a53677 chore: release v0.1.74
  • fce74c4 chore: bump bundled CLI version to 2.1.129
  • c1182a4 feat: add include_hook_events option (#917)
  • f5a1b67 feat: support "defer" hook decision and ResultMessage.deferred_tool_use (#865)
  • 04a39ac feat(types): add "xhigh" to effort Literal (#914)
  • 3caf665 feat: forward decision_reason and permission-display fields to ToolPermission...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pip labels May 6, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 6, 2026 22:11
@github-actions github-actions Bot enabled auto-merge (squash) May 6, 2026 22:11
@dependabot dependabot Bot force-pushed the dependabot/pip/claude-agent-sdk-gte-0.1.75 branch from 49f23d2 to 27ee322 Compare May 6, 2026 22:13
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.65...v0.1.75)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/claude-agent-sdk-gte-0.1.75 branch from 27ee322 to 6421ed8 Compare May 6, 2026 22:15
Copy link
Copy Markdown
Contributor

@slack-samples slack-samples Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved for merge after passing checks.

@github-actions github-actions Bot merged commit ae90002 into main May 6, 2026
8 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/claude-agent-sdk-gte-0.1.75 branch May 6, 2026 22:29
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