chore(deps-dev): bump @ai-sdk/anthropic from 3.0.85 to 4.0.1#323
chore(deps-dev): bump @ai-sdk/anthropic from 3.0.85 to 4.0.1#323dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@ai-sdk/anthropic](https://github.com/vercel/ai/tree/HEAD/packages/anthropic) from 3.0.85 to 4.0.1. - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/packages/anthropic/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/commits/@ai-sdk/anthropic@4.0.1/packages/anthropic) --- updated-dependencies: - dependency-name: "@ai-sdk/anthropic" dependency-version: 4.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Deploying impeccable with
|
| Latest commit: |
92c4da6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://26f45500.impeccable-2rv.pages.dev |
| Branch Preview URL: | https://dependabot-bun-ai-sdk-anthro.impeccable-2rv.pages.dev |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 92c4da6. Configure here.
| }, | ||
| "devDependencies": { | ||
| "@ai-sdk/anthropic": "^3.0.71", | ||
| "@ai-sdk/anthropic": "^4.0.1", |
There was a problem hiding this comment.
Anthropic v4 incompatible with ai
Medium Severity
This PR bumps @ai-sdk/anthropic to v4 while ai remains on v6. Anthropic v4 builds on @ai-sdk/provider v4 and exposes v4 language models, but ai v6 resolves models only through the v3 specification. generateText in the skill-behavior harness can throw an unsupported-model-version error for Claude models when an API key is set.
Reviewed by Cursor Bugbot for commit 92c4da6. Configure here.
|
Weekly dependency sweep note: inspected but not merging in this pass. This bumps GitHub CI on this head is green, but this is a Vercel AI SDK major with provider metadata/API changes and leaves the rest of the AI SDK stack split across majors. Smallest safe path: coordinate with the |
|
Closing in favor of #336, which rolls the AI SDK v7/provider v4 updates together and includes the required skill-behavior harness migration plus full validation. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |


Bumps @ai-sdk/anthropic from 3.0.85 to 4.0.1.
Release notes
Sourced from @ai-sdk/anthropic's releases.
Changelog
Sourced from @ai-sdk/anthropic's changelog.
... (truncated)
Commits
62fc7d6Version Packages (#16443)77c6abbv7 release (#16357)290894eVersion Packages (beta) (#16330)19c5ee2fix(anthropic): reorder assistant content b/w client and provider tool use (#...207d63aVersion Packages (beta) (#16309)96e2478Version Packages (beta) (#16143)b8396f0chore (release): switch to beta (#16140)fb370a5Version Packages (canary) (#16024)260caafVersion Packages (canary) (#15984)9c6364dVersion Packages (canary) (#15911)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)Note
Medium Risk
Major-version bump of the Anthropic AI SDK provider used for dev/live AI tests, with a split provider stack versus
ai@6until those packages are aligned.Overview
Bumps the dev dependency
@ai-sdk/anthropicfrom 3.0.85 to ^4.0.1 inpackage.json, with matching updates inbun.lock.The lockfile now resolves 4.0.1 with
@ai-sdk/provider@4.0.0and@ai-sdk/provider-utils@5.0.1(including new transitive@workflow/serde).ai,@ai-sdk/google, and@ai-sdk/openaistay on their existing major lines and still nest provider 3.x / provider-utils 4.x in the lockfile, so this is an isolated Anthropic provider upgrade, not a full Vercel AI SDK stack bump.No application source changes—only manifests. Worth running
test:live/smoke:hooksif those paths import the Anthropic provider, since v4 is a major release (ESM-only, provider API/metadata changes per upstream).Reviewed by Cursor Bugbot for commit 92c4da6. Bugbot is set up for automated code reviews on this repo. Configure here.