fix(provider): bump OpenAI SDK to 3.0.88 - #47659
Merged
Merged
Conversation
Co-authored-by: GuestAUser <62957566+GuestAUser@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue for this PR
Closes #47506
Supersedes #47519 with a dependency-only change.
The bundled OpenAI SDK drops an explicitly requested Priority tier for GPT-6 because its model-capability detection predates that model family.
Type of change
What does this PR do?
Bumps
@ai-sdk/openaifrom3.0.84to3.0.88inopencodeandcore. Only the two manifests and their lockfile records change. No source changes, custom patches, or new tests.Verified every intermediate published package, including generated JS, types, source maps, metadata, and dependency changes:
onInputStartdocumentation; noairuntime upgrade.No unrelated implementation changes or new dependency requirements were found. Registry integrity hashes matched for all eight audited OpenAI/provider-utils tarballs. The lockfile changes only the two OpenAI pins and their provider-utils resolutions; Azure's separately pinned SDK is unchanged.
Credit: @GuestAUser for identifying the issue and verifying the SDK update; included as a commit co-author.
How did you verify your code works?
bun typecheckpassed in both packages.git diff --checkpassed.Screenshots / recordings
Not applicable; no UI changes.
Checklist
Requested by: @rekram1-node (Aiden via Slack)