Skip to content

Bump claude-agent-sdk from 0.1.76 to 0.1.77#59

Merged
amrit110 merged 1 commit into
mainfrom
dependabot/uv/claude-agent-sdk-0.1.77
May 9, 2026
Merged

Bump claude-agent-sdk from 0.1.76 to 0.1.77#59
amrit110 merged 1 commit into
mainfrom
dependabot/uv/claude-agent-sdk-0.1.77

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps claude-agent-sdk from 0.1.76 to 0.1.77.

Release notes

Sourced from claude-agent-sdk's releases.

v0.1.77

Bug Fixes

  • Actionable error messages after error results: Replaced the generic Command failed with exit code 1 exception raised after an error result with one carrying the result's actual error text (e.g. "Reached maximum number of turns"), matching the TypeScript SDK behavior (#918)

Documentation

  • Deprecated "Skill" in allowed_tools in favor of the skills option on ClaudeAgentOptions, which provides more granular control over available skills (#924)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.133

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

pip install claude-agent-sdk==0.1.77
Changelog

Sourced from claude-agent-sdk's changelog.

0.1.77

Bug Fixes

  • Actionable error messages after error results: Replaced the generic Command failed with exit code 1 exception raised after an error result with one carrying the result's actual error text (e.g. "Reached maximum number of turns"), matching the TypeScript SDK behavior (#918)

Documentation

  • Deprecated "Skill" in allowed_tools in favor of the skills option on ClaudeAgentOptions, which provides more granular control over available skills (#924)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.133
Commits
  • e41cbdd docs: update changelog for v0.1.77
  • 0c8e742 chore: release v0.1.77
  • 92a4608 chore: bump bundled CLI version to 2.1.133
  • 9aafd84 fix(query): suppress redundant ProcessError after error result (#918)
  • a727f82 docs: deprecate "Skill" in allowed_tools in favor of skills option (#924)
  • See full diff 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:uv Pull requests that update python:uv code labels May 8, 2026
Bumps [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) from 0.1.76 to 0.1.77.
- [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.76...v0.1.77)

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

Signed-off-by: dependabot[bot] <support@github.com>
@amrit110 amrit110 force-pushed the dependabot/uv/claude-agent-sdk-0.1.77 branch from e01ca40 to 3c6bf41 Compare May 9, 2026 00:56
@codecov
Copy link
Copy Markdown

codecov Bot commented May 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.07%. Comparing base (2fa8ad2) to head (3c6bf41).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #59   +/-   ##
=======================================
  Coverage   99.07%   99.07%           
=======================================
  Files          10       10           
  Lines         646      646           
=======================================
  Hits          640      640           
  Misses          6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@amrit110 amrit110 merged commit 54d40cf into main May 9, 2026
4 checks passed
@amrit110 amrit110 deleted the dependabot/uv/claude-agent-sdk-0.1.77 branch May 9, 2026 00:58
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant