-
Notifications
You must be signed in to change notification settings - Fork 5
chore(deps): update dependency openai to v5 #55
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: dev
Are you sure you want to change the base?
Conversation
3211fe6
to
4c1df26
Compare
1d9d198
to
6017878
Compare
6017878
to
da48cf9
Compare
da48cf9
to
15edeb4
Compare
aa5771f
to
0669491
Compare
767f323
to
9099961
Compare
26a87d8
to
63cb20e
Compare
2022da5
to
e18993c
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.
Pull Request Overview
This PR updates the OpenAI dependency from version ^4.52.4 to ^5.0.0, a major version upgrade that includes breaking changes and new features like GPT-5 support, realtime API improvements, and webhook functionality.
- Updates openai dependency to v5.0.0 in devDependencies
- Introduces potential breaking changes requiring code migration
- Adds support for new OpenAI features and API improvements
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
@@ -58,7 +58,7 @@ | |||
"devDependencies": { | |||
"jest": "^30.0.0", | |||
"node-fetch": "^3.3.2", | |||
"openai": "^4.52.4", | |||
"openai": "^5.0.0", |
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.
This major version upgrade from v4 to v5 introduces breaking changes. The changelog indicates potential API changes and new features. Ensure all OpenAI API usage in the codebase is compatible with v5.0.0 and consider reviewing the migration guide mentioned in the changelog.
Copilot uses AI. Check for mistakes.
e18993c
to
8f24369
Compare
8f24369
to
fd2f608
Compare
This PR contains the following updates:
^4.52.4
->^5.0.0
Release Notes
openai/openai-node (openai)
v5.20.0
Compare Source
Full Changelog: v5.19.1...v5.20.0
Features
Chores
v5.19.1
Compare Source
Full Changelog: v5.19.0...v5.19.1
Bug Fixes
v5.19.0
Compare Source
Full Changelog: v5.19.0...v5.19.1
Bug Fixes
v5.18.1
Compare Source
Full Changelog: v5.18.1...v5.19.0
Features
v5.18.0
Compare Source
Full Changelog: v5.18.0...v5.18.1
Chores
v5.17.0
Compare Source
Full Changelog: v5.17.0...v5.18.0
Features
Bug Fixes
v5.16.0
Compare Source
Full Changelog: v5.16.0...v5.17.0
Features
Chores
v5.15.0
Compare Source
Full Changelog: v5.15.0...v5.16.0
Features
Chores
v5.13.1
Compare Source
Full Changelog: v5.13.1...v5.14.0
Features
Chores
v5.12.2
Compare Source
Full Changelog: v5.12.2...v5.12.3
Chores
v5.12.1
Compare Source
Full Changelog: v5.12.1...v5.12.2
Bug Fixes
v5.12.0
Compare Source
Full Changelog: v5.12.0...v5.12.1
Features
Chores
v5.11.0
Compare Source
Full Changelog: v5.11.0...v5.12.0
Features
v5.10.3
Compare Source
Full Changelog: v5.10.3...v5.11.0
Features
v5.10.2
Compare Source
Full Changelog: v5.10.2...v5.10.3
Bug Fixes
Chores
v5.10.1
Compare Source
Full Changelog: v5.10.1...v5.10.2
Chores
Documentation
v5.10.0
Compare Source
Full Changelog: v5.10.0...v5.10.1
Chores
v5.9.2
Compare Source
Full Changelog: v5.9.2...v5.10.0
Features
Chores
v5.9.1
Compare Source
Full Changelog: v5.9.1...v5.9.2
Chores
v5.9.0
Compare Source
Full Changelog: v5.9.0...v5.9.1
Chores
v5.8.4
Compare Source
Full Changelog: v5.8.4...v5.9.0
Features
v5.8.3
Compare Source
Full Changelog: v5.8.3...v5.8.4
Chores
v5.8.2
Compare Source
Full Changelog: v5.8.2...v5.8.3
Bug Fixes
Chores
v5.8.1
Compare Source
Full Changelog: v5.8.1...v5.8.2
Bug Fixes
v5.8.0
Compare Source
Full Changelog: v5.8.0...v5.8.1
Bug Fixes
Chores
v5.7.0
Compare Source
Full Changelog: v5.7.0...v5.8.0
Features
Bug Fixes
Refactors
v5.6.0
Compare Source
Full Changelog: v5.6.0...v5.7.0
Features
v5.5.1
Compare Source
Full Changelog: v5.5.1...v5.6.0
Features
Bug Fixes
Chores
v5.5.0
Compare Source
Full Changelog: v5.5.0...v5.5.1
Chores
v5.4.0
Compare Source
Full Changelog: v5.4.0...v5.5.0
Features
v5.3.0
Compare Source
Full Changelog: v5.3.0...v5.4.0
Features
Bug Fixes
Chores
v5.2.0
Compare Source
Full Changelog: v5.2.0...v5.3.0
Features
v5.1.1
Compare Source
Full Changelog: v5.1.1...v5.2.0
Features
Bug Fixes
Chores
Documentation
v5.1.0
Compare Source
Full Changelog: v5.1.0...v5.1.1
Bug Fixes
Chores
v5.0.2
Compare Source
Full Changelog: v5.0.2...v5.1.0
Features
Chores
v5.0.1
Compare Source
Full Changelog: v5.0.1...v5.0.2
Bug Fixes
Chores
v5.0.0
Compare Source
Full Changelog: v5.0.0...v5.0.1
Chores
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 was generated by Mend Renovate. View the repository job log.