chore(deps-dev): bump @ai-sdk/openai from 2.0.20 to 2.0.46 #659
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.
Bumps @ai-sdk/openai from 2.0.20 to 2.0.46.
Release notes
Sourced from
@ai-sdk/openai's releases.Commits
0aa3684Version Packages (#9323)66f69e7Backport: feat(openai): add 'default' as service tier option (#9321)ca59440Version Packages (#9320)b2b4837Backport: chore(provider/anthropic): lazy schema loading (#9318)99e249aVersion Packages (#9316)6f0644cBackport: chore(ai): load zod schemas lazily (#9301)92ea6cedocs: fix outdated parameters in agent overview (#9305)5ff6619Backport: ci(release): Remove timeout from release job in workflow (#9304)2819599Version Packages (#9298)143f65bBackport: fix(provider/gateway): add "react-native" as export condition for b...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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)Disclaimer: Experimental PR review
Greptile Overview
Updated On: 2025-10-10 05:13:45 UTC
Summary
Updates
@ai-sdk/openaidev dependency from 2.0.20 to 2.0.46, bringing in minor improvements including support for 'default' service tier, lazy zod schema loading for better performance, and updated peer dependency constraints.Key Changes:
@ai-sdk/openai2.0.20 → 2.0.46@ai-sdk/provider-utils3.0.5 → 3.0.11eventsource-parser3.0.5 → 3.0.6^3.25.76 || ^4to^3.25.76 || ^4.1.8Impact Analysis:
tests/e2e/vercel-ai-sdk.e2e.test.ts)Confidence Score: 5/5
Important Files Changed
File Analysis
@ai-sdk/openaifrom 2.0.20 to 2.0.46 with transitive dependencies (@ai-sdk/provider-utils3.0.5→3.0.11,eventsource-parser3.0.5→3.0.6)Sequence Diagram
sequenceDiagram participant Dep as Dependabot participant Lock as pnpm-lock.yaml participant Main as @ai-sdk/openai participant Utils as @ai-sdk/provider-utils participant Parser as eventsource-parser participant Tests as E2E Tests Dep->>Lock: Update @ai-sdk/openai 2.0.20→2.0.46 Lock->>Main: Resolve new version Main->>Utils: Requires @ai-sdk/provider-utils 3.0.11 Lock->>Utils: Add new transitive dependency Utils->>Parser: Requires eventsource-parser 3.0.6 Lock->>Parser: Add updated version Tests->>Main: Import openai() for testing Note over Tests,Main: No breaking changes<br/>All existing tests compatible