chore(deps): bump @ai-sdk/openai-compatible from 1.0.32 to 2.0.45#770
chore(deps): bump @ai-sdk/openai-compatible from 1.0.32 to 2.0.45#770dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@ai-sdk/openai-compatible](https://github.com/vercel/ai/tree/HEAD/packages/openai-compatible) from 1.0.32 to 2.0.45. - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/@ai-sdk/openai-compatible@2.0.45/packages/openai-compatible/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/commits/@ai-sdk/openai-compatible@2.0.45/packages/openai-compatible) --- updated-dependencies: - dependency-name: "@ai-sdk/openai-compatible" dependency-version: 2.0.45 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
|
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/openai-compatible from 1.0.32 to 2.0.45.
Release notes
Sourced from @ai-sdk/openai-compatible's releases.
Changelog
Sourced from @ai-sdk/openai-compatible's changelog.
... (truncated)
Commits
3def720Version Packages (#14908)6043d24Backport: feat(vertex): add grok models to vertex provider (#14902)8a46a3cVersion Packages (#14875)8e650abVersion Packages (#14824)a727da4backport of chore: ensure consistent import handling and avoid import duplica...77a4e05Version Packages (#14802)a7f3c72Re-enable v6 releases (#14799)408a2adBackport: fix(openai, openai-compatible): send null content for tool-only ass...99327b1Version Packages (#14212)d42076dBackport: Add AI Gateway hint to provider READMEs (#14199)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@ai-sdk/openai-compatiblesince 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)Summary by cubic
Upgrade
@ai-sdk/openai-compatiblefrom 1.0.32 to 2.0.45 to align with the v2 AI SDK and pick up stability fixes. Improves handling ofproviderOptionsand tool-only messages in chat/completions.Dependencies
@ai-sdk/openai-compatibleto 2.0.45.providerOptions; sends null for tool-only assistant messages; internal import handling cleanup.Migration
providerOptions, use camelCase keys and verify custom middleware still works.Written for commit abb2be0. Summary will update on new commits.