-
Notifications
You must be signed in to change notification settings - Fork 934
chore(deps): update dependency openai to v5 #5889
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
base: main
Are you sure you want to change the base?
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
🦋 Changeset detectedLatest commit: 45c0e66 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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.
Greptile Summary
This PR updates the OpenAI Node.js SDK from v4.104.0 to v5.9.0 in the voice/openai package. This is a major version upgrade that represents a significant architectural change in how the SDK handles HTTP requests, moving from node-fetch to built-in fetch. The upgrade brings important improvements including better streaming error handling, improved type safety, and enhanced runtime compatibility. Notable changes include:
- Migration to built-in fetch API for better cross-environment compatibility
- New Realtime API support and audio features
- Improved streaming error handling and type safety
- Better support for various response types and base64 encoding
- Removal of deprecated methods and improved resource imports
Confidence score: 2/5
- This PR requires careful testing of OpenAI integrations before merging
- Low confidence score due to major version bump and architectural changes that could affect voice functionality
- Files needing attention:
- voice/openai/package.json
- Any files that directly interact with OpenAI streaming responses
- Any files using deprecated OpenAI SDK methods
1 file reviewed, no comments
Edit PR Review Bot Settings | Greptile
99c7960
to
43f5fa5
Compare
9624d56
to
b3b0019
Compare
4013157
to
81d8616
Compare
872e23d
to
cf0fe7c
Compare
287749c
to
2390960
Compare
83e75a4
to
93027e9
Compare
This PR contains the following updates:
^4.104.0
->^5.10.1
Release Notes
openai/openai-node (openai)
v5.10.1
Compare Source
Full Changelog: v5.10.0...v5.10.1
Chores
v5.10.0
Compare Source
Full Changelog: v5.9.2...v5.10.0
Features
Chores
v5.9.2
Compare Source
Full Changelog: v5.9.1...v5.9.2
Chores
v5.9.1
Compare Source
Full Changelog: v5.9.0...v5.9.1
Chores
v5.9.0
Compare Source
Full Changelog: v5.8.4...v5.9.0
Features
v5.8.4
Compare Source
Full Changelog: v5.8.3...v5.8.4
Chores
v5.8.3
Compare Source
Full Changelog: v5.8.2...v5.8.3
Bug Fixes
Chores
v5.8.2
Compare Source
Full Changelog: v5.8.1...v5.8.2
Bug Fixes
v5.8.1
Compare Source
Full Changelog: v5.8.0...v5.8.1
Bug Fixes
Chores
v5.8.0
Compare Source
Full Changelog: v5.7.0...v5.8.0
Features
Bug Fixes
Refactors
v5.7.0
Compare Source
Full Changelog: v5.6.0...v5.7.0
Features
v5.6.0
Compare Source
Full Changelog: v5.5.1...v5.6.0
Features
Bug Fixes
Chores
v5.5.1
Compare Source
Full Changelog: v5.5.0...v5.5.1
Chores
v5.5.0
Compare Source
Full Changelog: v5.4.0...v5.5.0
Features
v5.4.0
Compare Source
Full Changelog: v5.3.0...v5.4.0
Features
Bug Fixes
Chores
v5.3.0
Compare Source
Full Changelog: v5.2.0...v5.3.0
Features
v5.2.0
Compare Source
Full Changelog: v5.1.1...v5.2.0
Features
Bug Fixes
Chores
Documentation
v5.1.1
Compare Source
Full Changelog: v5.1.0...v5.1.1
Bug Fixes
Chores
v5.1.0
Compare Source
Full Changelog: v5.0.2...v5.1.0
Features
Chores
v5.0.2
Compare Source
Full Changelog: v5.0.1...v5.0.2
Bug Fixes
Chores
v5.0.1
Compare Source
Full Changelog: v5.0.0...v5.0.1
Chores
v5.0.0
Compare Source
This release migrates from node-fetch to builtin fetch, for full release notes see MIGRATION.md.
Full Changelog: v5.0.0-alpha.0...v5.0.0
Features
get /chat/completions
endpoint (9697139)get /responses/{response_id}/input_items
endpoint (f2c5aba)Bug Fixes
thread.run.incomplete
event (a2714bb)get /containers/{container_id}/files/{file_id}/content
(8502966)get /containers/{container_id}/files/{file_id}/content
(899869b)get /containers/{container_id}/files/{file_id}/content
(83129d7)X-Stainless-Timeout
in seconds (5a272a7)X-Stainless-Timeout
in seconds (#1442) (5e5e460)id
in responses pagination (d2be74a)Performance Improvements
Chores
core/
directory, deprecate old paths (38c9d54)Documentation
Refactors
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.