-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps-dev): bump @ai-sdk/openai from 0.0.48 to 1.0.2 #460
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disclaimer: Experimental PR review
PR Summary
This PR updates the @ai-sdk/openai dev dependency from version 0.0.48 to 1.0.2, introducing breaking changes that could affect development and testing environments.
- Removed OpenAI facade and baseUrl option in @ai-sdk/openai v1.0.0
- Added support for streaming reasoning models in v1.0.1
- Package is only used as a dev dependency in
/package.json
, minimizing production impact - CI workflow in
/.github/workflows/ci.yml
tests against Node 18 and 20 to ensure compatibility - Integration tests in
/integration-test/
directory verify OpenAI functionality remains intact
1 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile
"devDependencies": { | ||
"@ai-sdk/openai": "^0.0.48", | ||
"@ai-sdk/openai": "^1.0.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logic: Major version bump from 0.0.48 to 1.0.2 includes breaking changes: removal of OpenAI facade and baseUrl option. Verify that development and testing code does not rely on these removed features.
Bumps [@ai-sdk/openai](https://github.com/vercel/ai) from 0.0.48 to 1.0.2. - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/compare/@ai-sdk/[email protected]...@ai-sdk/[email protected]) --- updated-dependencies: - dependency-name: "@ai-sdk/openai" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
2035f55
to
bfbfc7a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disclaimer: Experimental PR review
PR Summary
No significant changes found since the last review. The previous review comprehensively covered the key aspects of the @ai-sdk/openai dependency update, including the breaking changes, testing considerations, and potential impacts.
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
Superseded by #462. |
Bumps @ai-sdk/openai from 0.0.48 to 1.0.2.
Release notes
Sourced from
@ai-sdk/openai
's releases.Commits
d8f589d
Version Packages (#3796)c3ab5de
fix (provider-utils): downgrade nanoid and secure-json-parse (ESM compatibili...924217d
fix (docs): point perplexity example/docs to newest model (#3778)96f0e7f
Bump@testing-library/vue
from 8.0.1 to 8.1.0 (#3785)b17c29c
Bump secure-json-parse from 2.7.0 to 3.0.1 (#3784)909b29f
Bump vinxi from 0.3.12 to 0.4.3 (#3783)91ab813
Version Packages (#3773)b117255
feat (ai/core): add messages to tool call options (#3774)b107ab9
feat (packages/codemod): Use higher-order transformer for code sharing. (#3755)ff0676c
chore (packages/codemod): Remove semver dependency. (#3730)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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)