Skip to content

build(deps): update claude-agent-sdk requirement from >=0.2.82 to >=0.2.85#88

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/claude-agent-sdk-gte-0.2.85
Closed

build(deps): update claude-agent-sdk requirement from >=0.2.82 to >=0.2.85#88
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/claude-agent-sdk-gte-0.2.85

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Release notes

Sourced from claude-agent-sdk's releases.

v0.2.85

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.148

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

pip install claude-agent-sdk==0.2.85
Changelog

Sourced from claude-agent-sdk's changelog.

0.2.85

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.148

0.2.84

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.147

0.2.83

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.146

0.2.82

New Features

  • EffortLevel type export: Added a public EffortLevel type alias for Claude effort string levels ("low", "medium", "high", "max", "xhigh") and exported it from the package root, making it available for downstream SDK wrappers and type annotations (#951)

Bug Fixes

  • Stderr callback isolation: Fixed an issue where a user-provided stderr callback that raises an exception would silently terminate the stderr reader loop, dropping all subsequent stderr lines for the rest of the session. Exceptions are now caught per-line so a failing callback does not prevent delivery of later lines (#932)
  • CancelledError in eager-flush done callback: Fixed noisy Exception in callback log messages on shutdown when pending eager-flush tasks were cancelled. The done callback now gracefully handles CancelledError instead of unconditionally calling Task.exception() (#931)
  • Tighter permission_suggestions type: Replaced list[Any] | None with list[dict[str, Any]] | None on SDKControlPermissionRequest.permission_suggestions, enabling proper type-checking on consumers of that field (#955)

Documentation

  • Clarified that hooks dispatch for a given event is concurrent (all matchers fire in parallel), not sequential, preventing incorrect assumptions about ordering-dependent hooks like rate limiters gating subsequent hooks (#956)

Internal/Other Changes

  • Bumped mcp dependency lower bound to >=1.23.0 to address GHSA-9h52-p55h-vw2f (CVE-2025-66416), which disables DNS rebinding protection by default in older versions (#927)
  • Stabilized eager-flush transcript mirror tests with deterministic wait helpers instead of fixed asyncio.sleep(0) yields (#933)
  • Updated bundled Claude CLI to version 2.1.142

0.1.81

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.139

0.1.80

Internal/Other Changes

... (truncated)

Commits
  • 2a3720d docs: update changelog for v0.2.85
  • eee6bf4 chore: release v0.2.85
  • 0bc333f chore: bump bundled CLI version to 2.1.148
  • 9694412 docs: update changelog for v0.2.84
  • fcc1c86 chore: release v0.2.84
  • dd54470 chore: bump bundled CLI version to 2.1.147
  • 524f23a docs: update changelog for v0.2.83
  • 5e6482d chore: release v0.2.83
  • 05092de chore: bump bundled CLI version to 2.1.146
  • 7837c92 chore: bump bundled CLI version to 2.1.145
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pip labels May 22, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 22, 2026 08:20
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pip labels May 22, 2026
@github-actions github-actions Bot enabled auto-merge (squash) May 22, 2026 08:20
@dependabot dependabot Bot force-pushed the dependabot/pip/claude-agent-sdk-gte-0.2.85 branch from a623523 to c0022f1 Compare May 22, 2026 08:23
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.2.82...v0.2.85)

---
updated-dependencies:
- dependency-name: claude-agent-sdk
  dependency-version: 0.2.85
  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.2.85 branch from c0022f1 to f410287 Compare May 22, 2026 08:25
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 22, 2026

Looks like claude-agent-sdk is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this May 22, 2026
auto-merge was automatically disabled May 22, 2026 08:27

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/pip/claude-agent-sdk-gte-0.2.85 branch May 22, 2026 08:27
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