Skip to content

deps: bump the ai-providers group with 5 updates#55

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-providers-beab73df9e
Closed

deps: bump the ai-providers group with 5 updates#55
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-providers-beab73df9e

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 30, 2026

Bumps the ai-providers group with 5 updates:

Package From To
@ai-sdk/anthropic 3.0.72 3.0.73
@ai-sdk/google 3.0.65 3.0.66
@ai-sdk/google-vertex 4.0.113 4.0.115
@ai-sdk/openai 3.0.53 3.0.55
ai 6.0.168 6.0.172

Updates @ai-sdk/anthropic from 3.0.72 to 3.0.73

Changelog

Sourced from @​ai-sdk/anthropic's changelog.

3.0.73

Patch Changes

  • f8c9ae4: feat(anthropic): sanitize the unsupported JSON schema validation properties
  • a727da4: chore: ensure consistent import handling and avoid import duplicates or cycles
  • Updated dependencies [a727da4]
    • @​ai-sdk/provider-utils@​4.0.25
    • @​ai-sdk/provider@​3.0.10
Commits
  • 8e650ab Version Packages (#14824)
  • a727da4 backport of chore: ensure consistent import handling and avoid import duplica...
  • f8c9ae4 backport v6: feat (provider/anthropic): sanitize unsupported json schema vali...
  • See full diff in compare view

Updates @ai-sdk/google from 3.0.65 to 3.0.66

Release notes

Sourced from @​ai-sdk/google's releases.

@​ai-sdk/google@​3.0.66

Patch Changes

  • a727da4: chore: ensure consistent import handling and avoid import duplicates or cycles
  • Updated dependencies [a727da4]
    • @​ai-sdk/provider-utils@​4.0.25
    • @​ai-sdk/provider@​3.0.10
Changelog

Sourced from @​ai-sdk/google's changelog.

3.0.66

Patch Changes

  • a727da4: chore: ensure consistent import handling and avoid import duplicates or cycles
  • Updated dependencies [a727da4]
    • @​ai-sdk/provider-utils@​4.0.25
    • @​ai-sdk/provider@​3.0.10
Commits

Updates @ai-sdk/google-vertex from 4.0.113 to 4.0.115

Release notes

Sourced from @​ai-sdk/google-vertex's releases.

@​ai-sdk/google-vertex@​4.0.115

Patch Changes

  • 7639240: feat(provider/google-vertex): allow overriding Vertex Anthropic auth token generation

@​ai-sdk/google-vertex@​4.0.114

Patch Changes

  • a727da4: chore: ensure consistent import handling and avoid import duplicates or cycles
  • Updated dependencies [f8c9ae4]
  • Updated dependencies [a727da4]
    • @​ai-sdk/anthropic@​3.0.73
    • @​ai-sdk/openai-compatible@​2.0.43
    • @​ai-sdk/provider-utils@​4.0.25
    • @​ai-sdk/provider@​3.0.10
    • @​ai-sdk/google@​3.0.66
Changelog

Sourced from @​ai-sdk/google-vertex's changelog.

4.0.115

Patch Changes

  • 7639240: feat(provider/google-vertex): allow overriding Vertex Anthropic auth token generation

4.0.114

Patch Changes

  • a727da4: chore: ensure consistent import handling and avoid import duplicates or cycles
  • Updated dependencies [f8c9ae4]
  • Updated dependencies [a727da4]
    • @​ai-sdk/anthropic@​3.0.73
    • @​ai-sdk/openai-compatible@​2.0.43
    • @​ai-sdk/provider-utils@​4.0.25
    • @​ai-sdk/provider@​3.0.10
    • @​ai-sdk/google@​3.0.66
Commits
  • 29c80ec Version Packages (#14868)
  • 7639240 Backport: feat(provider/google-vertex): allow overriding Vertex Anthropic aut...
  • 8e650ab Version Packages (#14824)
  • a727da4 backport of chore: ensure consistent import handling and avoid import duplica...
  • See full diff in compare view

Updates @ai-sdk/openai from 3.0.53 to 3.0.55

Release notes

Sourced from @​ai-sdk/openai's releases.

@​ai-sdk/openai@​3.0.55

Patch Changes

  • a727da4: chore: ensure consistent import handling and avoid import duplicates or cycles
  • Updated dependencies [a727da4]
    • @​ai-sdk/provider-utils@​4.0.25
    • @​ai-sdk/provider@​3.0.10
Changelog

Sourced from @​ai-sdk/openai's changelog.

3.0.55

Patch Changes

  • a727da4: chore: ensure consistent import handling and avoid import duplicates or cycles
  • Updated dependencies [a727da4]
    • @​ai-sdk/provider-utils@​4.0.25
    • @​ai-sdk/provider@​3.0.10

3.0.54

Patch Changes

  • a7f3c72: trigger release for all packages after provenance setup
  • 408a2ad: patch - send content: null instead of empty string for tool-only assistant messages
  • c71ad14: feat(provider/openai): add gpt-image-2 model support
  • Updated dependencies [a7f3c72]
    • @​ai-sdk/provider@​3.0.9
    • @​ai-sdk/provider-utils@​4.0.24
Commits
  • 8e650ab Version Packages (#14824)
  • a727da4 backport of chore: ensure consistent import handling and avoid import duplica...
  • 77a4e05 Version Packages (#14802)
  • a7f3c72 Re-enable v6 releases (#14799)
  • c71ad14 Backport: feat(provider/openai): add gpt-image-2 model support (#14682)
  • 408a2ad Backport: fix(openai, openai-compatible): send null content for tool-only ass...
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​ai-sdk/openai since your current version.


Updates ai from 6.0.168 to 6.0.172

Release notes

Sourced from ai's releases.

ai@6.0.172

Patch Changes

  • Updated dependencies [982af78]
    • @​ai-sdk/gateway@​3.0.107

ai@6.0.171

Patch Changes

  • 48f842a: fix(ai): enforce callOptionsSchema at runtime in ToolLoopAgent

    ToolLoopAgentSettings.callOptionsSchema was declared and documented as a runtime schema for options, but tool-loop-agent.ts never invoked it. Any invariant a developer encoded in the schema was silently bypassed at runtime, and unchecked options flowed straight into prepareCall and any instructions template that interpolated them.

    ToolLoopAgent.prepareCall now validates caller-supplied options against callOptionsSchema (when set) via safeValidateTypes, throwing InvalidArgumentError on failure before forwarding to prepareCall / generateText / streamText.

  • a727da4: chore: ensure consistent import handling and avoid import duplicates or cycles

  • 5fee301: fix(mcp): prevent prototype pollution by using secureJsonParse

  • Updated dependencies [a727da4]

    • @​ai-sdk/provider-utils@​4.0.25
    • @​ai-sdk/provider@​3.0.10
    • @​ai-sdk/gateway@​3.0.106
Changelog

Sourced from ai's changelog.

6.0.172

Patch Changes

  • Updated dependencies [982af78]
    • @​ai-sdk/gateway@​3.0.107

6.0.171

Patch Changes

  • 48f842a: fix(ai): enforce callOptionsSchema at runtime in ToolLoopAgent

    ToolLoopAgentSettings.callOptionsSchema was declared and documented as a runtime schema for options, but tool-loop-agent.ts never invoked it. Any invariant a developer encoded in the schema was silently bypassed at runtime, and unchecked options flowed straight into prepareCall and any instructions template that interpolated them.

    ToolLoopAgent.prepareCall now validates caller-supplied options against callOptionsSchema (when set) via safeValidateTypes, throwing InvalidArgumentError on failure before forwarding to prepareCall / generateText / streamText.

  • a727da4: chore: ensure consistent import handling and avoid import duplicates or cycles

  • 5fee301: fix(mcp): prevent prototype pollution by using secureJsonParse

  • Updated dependencies [a727da4]

    • @​ai-sdk/provider-utils@​4.0.25
    • @​ai-sdk/provider@​3.0.10
    • @​ai-sdk/gateway@​3.0.106

6.0.170

Patch Changes

  • 19d587a: fix(ai): add allowSystemInMessages option and warn by default when system messages are found in prompt or messages

6.0.169

Patch Changes

  • 2662bb5: skip validation for tool parts in terminal states when tool schema is no longer registered
  • a7f3c72: trigger release for all packages after provenance setup
  • Updated dependencies [a7f3c72]
  • Updated dependencies [4368079]
  • Updated dependencies [c71ad14]
    • @​ai-sdk/gateway@​3.0.105
    • @​ai-sdk/provider@​3.0.9
    • @​ai-sdk/provider-utils@​4.0.24
Commits
  • 29c80ec Version Packages (#14868)
  • 8e650ab Version Packages (#14824)
  • 48f842a backport v6: fix(ai): enforce callOptionsSchema at runtime in ToolLoopAgent (...
  • a727da4 backport of chore: ensure consistent import handling and avoid import duplica...
  • 5fee301 backport v6: fix(mcp): prevent prototype pollution by using secureJsonParse (...
  • 7ab1e18 Version Packages (#14815)
  • 19d587a v6: fix(ai): warn about system messages in messages or prompt (#14810)
  • 77a4e05 Version Packages (#14802)
  • a7f3c72 Re-enable v6 releases (#14799)
  • 2662bb5 Backport: fix(ai): skip tool validation for terminal states when schema is mi...
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for ai since 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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the ai-providers group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/anthropic](https://github.com/vercel/ai/tree/HEAD/packages/anthropic) | `3.0.72` | `3.0.73` |
| [@ai-sdk/google](https://github.com/vercel/ai/tree/HEAD/packages/google) | `3.0.65` | `3.0.66` |
| [@ai-sdk/google-vertex](https://github.com/vercel/ai/tree/HEAD/packages/google-vertex) | `4.0.113` | `4.0.115` |
| [@ai-sdk/openai](https://github.com/vercel/ai/tree/HEAD/packages/openai) | `3.0.53` | `3.0.55` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `6.0.168` | `6.0.172` |


Updates `@ai-sdk/anthropic` from 3.0.72 to 3.0.73
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/@ai-sdk/anthropic@3.0.73/packages/anthropic/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/anthropic@3.0.73/packages/anthropic)

Updates `@ai-sdk/google` from 3.0.65 to 3.0.66
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/@ai-sdk/google@3.0.66/packages/google/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/google@3.0.66/packages/google)

Updates `@ai-sdk/google-vertex` from 4.0.113 to 4.0.115
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/@ai-sdk/google-vertex@4.0.115/packages/google-vertex/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/google-vertex@4.0.115/packages/google-vertex)

Updates `@ai-sdk/openai` from 3.0.53 to 3.0.55
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/@ai-sdk/openai@3.0.55/packages/openai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/openai@3.0.55/packages/openai)

Updates `ai` from 6.0.168 to 6.0.172
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/ai@6.0.172/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/ai@6.0.172/packages/ai)

---
updated-dependencies:
- dependency-name: "@ai-sdk/anthropic"
  dependency-version: 3.0.73
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ai-providers
- dependency-name: "@ai-sdk/google"
  dependency-version: 3.0.66
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ai-providers
- dependency-name: "@ai-sdk/google-vertex"
  dependency-version: 4.0.115
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ai-providers
- dependency-name: "@ai-sdk/openai"
  dependency-version: 3.0.55
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ai-providers
- dependency-name: ai
  dependency-version: 6.0.172
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ai-providers
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 30, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 30, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/ai-providers-beab73df9e branch April 30, 2026 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant