chore(deps): bump @anthropic-ai/sdk from 0.90.0 to 0.95.1#243
chore(deps): bump @anthropic-ai/sdk from 0.90.0 to 0.95.1#243dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) from 0.90.0 to 0.95.1. - [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.90.0...sdk-v0.95.1) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.95.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d282be3b55
ℹ️ 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.126", | ||
| "@anthropic-ai/sdk": "^0.90.0", | ||
| "@anthropic-ai/sdk": "^0.95.1", |
There was a problem hiding this comment.
Update bun.lock with the SDK bump
Because this repo uses Bun, changing package.json and package-lock.json without updating bun.lock leaves the canonical lockfile inconsistent: bun.lock still records the root dependency as @anthropic-ai/sdk: ^0.90.0 and resolves @anthropic-ai/sdk@0.90.0 (lines 9 and 110). In environments that install with Bun/frozen lockfile, this dependency update either fails during install or continues using the old SDK instead of the version requested here, so the bump will not be reliably applied.
Useful? React with 👍 / 👎.
Bumps @anthropic-ai/sdk from 0.90.0 to 0.95.1.
Release notes
Sourced from @anthropic-ai/sdk's releases.
... (truncated)
Changelog
Sourced from @anthropic-ai/sdk's changelog.
... (truncated)
Commits
e6f4239chore: release main6f06905chore: redact api-key headers in debug logs7693ec9chore: release main (#1030)9ddb1adchore: release main6d73820feat(client): allow targeting a workspace for OIDC federation token exchanged6f562cchore: release main (#1025)d3aff28chore: release main (#1017)3ae887bfix(bedrock): throw APIError for error events delivered in chunk frames (#1021)74ac150chore: release main (#1014)22cb810chore: release main (#1008)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)