Skip to content

Bump claude-agent-sdk from 0.1.75 to 0.1.76#56

Merged
amrit110 merged 2 commits intomainfrom
dependabot/uv/claude-agent-sdk-0.1.76
May 7, 2026
Merged

Bump claude-agent-sdk from 0.1.75 to 0.1.76#56
amrit110 merged 2 commits intomainfrom
dependabot/uv/claude-agent-sdk-0.1.76

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps claude-agent-sdk from 0.1.75 to 0.1.76.

Release notes

Sourced from claude-agent-sdk's releases.

v0.1.76

New Features

  • API error status on result messages: Added api_error_status: int | None to ResultMessage, surfacing the HTTP status code (e.g. 429, 500, 529) from failing API calls. This provides a safe-to-log field for classifying API failures when is_error=True (#923)

Bug Fixes

  • Permission suggestions deserialization: Fixed ToolPermissionContext.suggestions containing raw dicts instead of PermissionUpdate instances. Added PermissionUpdate.from_dict() so suggestions from can_use_tool callbacks can be inspected and echoed back in PermissionResultAllow(updated_permissions=...) without AttributeError (#920)

Internal/Other Changes

  • Pinned third-party GitHub Actions to immutable commit SHAs (#919)
  • Updated bundled Claude CLI to version 2.1.132

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

pip install claude-agent-sdk==0.1.76
Changelog

Sourced from claude-agent-sdk's changelog.

0.1.76

New Features

  • API error status on result messages: Added api_error_status: int | None to ResultMessage, surfacing the HTTP status code (e.g. 429, 500, 529) from failing API calls. This provides a safe-to-log field for classifying API failures when is_error=True (#923)

Bug Fixes

  • Permission suggestions deserialization: Fixed ToolPermissionContext.suggestions containing raw dicts instead of PermissionUpdate instances. Added PermissionUpdate.from_dict() so suggestions from can_use_tool callbacks can be inspected and echoed back in PermissionResultAllow(updated_permissions=...) without AttributeError (#920)

Internal/Other Changes

  • Pinned third-party GitHub Actions to immutable commit SHAs (#919)
  • Updated bundled Claude CLI to version 2.1.132
Commits
  • 2ab740a docs: update changelog for v0.1.76
  • 7c9927f chore: release v0.1.76
  • a425063 chore: bump bundled CLI version to 2.1.132
  • b80d244 feat: surface api_error_status on ResultMessage (#923)
  • 3c08a3a Pin GitHub Actions to commit SHAs (#919)
  • 6597529 fix: deserialize permission_suggestions into PermissionUpdate instances (#920)
  • 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)

Bumps [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) from 0.1.75 to 0.1.76.
- [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.75...v0.1.76)

---
updated-dependencies:
- dependency-name: claude-agent-sdk
  dependency-version: 0.1.76
  dependency-type: direct:development
  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:uv Pull requests that update python:uv code labels May 7, 2026
Upgrades python-multipart from 0.0.26 to 0.0.27 to resolve a denial
of service vulnerability in multipart part header parsing (CVE-2026-42561).

Co-authored-by: aieng-bot <aieng-bot@vectorinstitute.ai>
@amrit110 amrit110 merged commit 13882f1 into main May 7, 2026
2 checks passed
@amrit110 amrit110 deleted the dependabot/uv/claude-agent-sdk-0.1.76 branch May 7, 2026 15:01
@codecov
Copy link
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.07%. Comparing base (a9d9e89) to head (19c88ab).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #56   +/-   ##
=======================================
  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.

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