-
Notifications
You must be signed in to change notification settings - Fork 37
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.4 #462
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.4, introducing breaking changes in the OpenAI SDK integration.
- Major breaking changes in v1.0.0 include removal of OpenAI facade and baseUrl option
- Package is only used as a dev dependency in root package.json, not in any production packages
- CI workflow tests on Node 18 and 20 will validate the update doesn't break test suites
- Integration tests specifically validate OpenAI functionality remains intact
- Update includes dependency bumps for @ai-sdk/provider (1.0.1) and @ai-sdk/provider-utils (2.0.2)
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.4", |
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.4 includes breaking changes: removal of OpenAI facade and baseUrl option. Verify test suite passes and no tests depend on removed functionality.
2166bad
to
b46c4ea
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 major changes found since last review. The previous review comprehensively covered the key points about the @ai-sdk/openai dependency update and its implications.
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
Bumps [@ai-sdk/openai](https://github.com/vercel/ai) from 0.0.48 to 1.0.4. - [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]>
b46c4ea
to
d0e21fe
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 major changes found since last review. The previous reviews comprehensively covered the key aspects of the @ai-sdk/openai dependency update from version 0.0.48 to 1.0.4 and its implications.
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
Looks like @ai-sdk/openai is up-to-date now, so this is no longer needed. |
Bumps @ai-sdk/openai from 0.0.48 to 1.0.4.
Release notes
Sourced from
@ai-sdk/openai
's releases.Commits
ad57459
Version Packages (#3828)88b364b
feat (ui/solid): useAssistant, useObject, fix deep object updating (#3829)b78b7fe
feat (docs): add link to HoneyHive observability integration (#3830)b446ae5
feat (provider): Define type for ObjectGenerationMode. (#3816)d853d6d
feat (docs): improve streamText onFinish documentation (#3827)5d902a7
feat (packages/codemod): Don't generate duplicate token usage imports. (#3818)c4e1192
fix (codemod): Filter more dirs/files unlikely to need transform. (#3803)b40183a
feat (docs): add braintrust observability page (#3826)1d99877
Version Packages (#3825)b748dfb
feat (providers): update model lists (#3824)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)