Skip to content

Bump claude-agent-sdk from 0.1.72 to 0.1.73#53

Merged
amrit110 merged 1 commit intomainfrom
dependabot/uv/claude-agent-sdk-0.1.73
May 6, 2026
Merged

Bump claude-agent-sdk from 0.1.72 to 0.1.73#53
amrit110 merged 1 commit intomainfrom
dependabot/uv/claude-agent-sdk-0.1.73

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps claude-agent-sdk from 0.1.72 to 0.1.73.

Release notes

Sourced from claude-agent-sdk's releases.

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

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

pip install claude-agent-sdk==0.1.73
Changelog

Sourced from claude-agent-sdk's changelog.

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
Commits
  • 39f600f docs: update changelog for v0.1.73
  • 8ccfaba chore: release v0.1.73
  • d2181a0 chore: bump bundled CLI version to 2.1.128
  • 0a69e94 feat(session_store): add session_store_flush option for eager mirroring (#905)
  • 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 5, 2026
Bumps [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) from 0.1.72 to 0.1.73.
- [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.72...v0.1.73)

---
updated-dependencies:
- dependency-name: claude-agent-sdk
  dependency-version: 0.1.73
  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.73 branch from 3fd724c to f3831c7 Compare May 6, 2026 00:52
@codecov
Copy link
Copy Markdown

codecov Bot commented May 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.07%. Comparing base (98b980f) to head (f3831c7).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #53   +/-   ##
=======================================
  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 ca82ae5 into main May 6, 2026
4 checks passed
@amrit110 amrit110 deleted the dependabot/uv/claude-agent-sdk-0.1.73 branch May 6, 2026 00:54
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