build(deps): bump @anthropic-ai/sdk from 0.81.0 to 0.109.0#31
build(deps): bump @anthropic-ai/sdk from 0.81.0 to 0.109.0#31dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) from 0.81.0 to 0.109.0. - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.81.0...sdk-v0.109.0) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.109.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 file)
Reviewed by minimax-m3 · Input: 29.5K · Output: 1K · Cached: 89.7K |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d3e1cc3648
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "dependencies": { | ||
| "@anthropic-ai/claude-agent-sdk": "^0.2.139", | ||
| "@anthropic-ai/sdk": "^0.81.0", | ||
| "@anthropic-ai/sdk": "^0.109.0", |
There was a problem hiding this comment.
Update bun.lock with the SDK bump
This repo's CI and release workflows install with bun install --frozen-lockfile (checked .github/workflows/ci.yml and .github/workflows/release.yml), but this change only updates package.json; bun.lock still records the root @anthropic-ai/sdk dependency as ^0.81.0 and locks @anthropic-ai/sdk@0.81.0. With the new ^0.109.0 range, Bun has to change the lockfile to resolve/install the package, so the frozen install step will fail until the lockfile is regenerated and committed.
Useful? React with 👍 / 👎.
Bumps @anthropic-ai/sdk from 0.81.0 to 0.109.0.
Release notes
Sourced from @anthropic-ai/sdk's releases.
... (truncated)
Changelog
Sourced from @anthropic-ai/sdk's changelog.
... (truncated)
Commits
cb829c7chore: release mainfd0341dfeat(api): add support for Managed Agents event delta streaming, agent overri...90f767acodegen metadataed986cdchore: release maind3ffad4chore: format README.md (#176)6b46ad3feat(api): add support for claude-sonnet-58200ffafeat(vertex): bump google-auth-library to ^10.2.0 (SDK-91) (#30)fa06d36feat(bedrock): pass client logger to AWS credential provider chain (SDK-90) (...0fff7fafix(agent-toolset): allow absolute paths that resolve inside workdir (#112)f1662fechore: release mainMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@anthropic-ai/sdksince your current version.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.