Skip to content

chore(deps): update dependency openai to v5 #3069

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 29, 2025

This PR contains the following updates:

Package Change Age Confidence
openai ^4.65.0 -> ^5.0.0 age confidence

Release Notes

openai/openai-node (openai)

v5.10.2

Compare Source

Full Changelog: v5.10.1...v5.10.2

Chores
  • api: event shapes more accurate (78f4e1d)
  • internal: version bump (ea885ca)
Documentation

v5.10.1

Compare Source

Full Changelog: v5.10.1...v5.10.2

Chores
  • api: event shapes more accurate (78f4e1d)
  • internal: version bump (ea885ca)
Documentation

v5.10.0

Compare Source

Full Changelog: v5.10.0...v5.10.1

Chores
  • internal: version bump (896b418)
  • ts: reorder package.json imports (2f8d2f7)

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
  • api: update realtime specs (4a20a3d)
  • internal: version bump (103e8de)

v5.9.0

Compare Source

Full Changelog: v5.9.0...v5.9.1

Chores
  • api: update realtime specs, build config (bb4649f)

v5.8.4

Compare Source

Full Changelog: v5.8.4...v5.9.0

Features
  • api: add file_url, fix event ID (5f5d39e)

v5.8.3

Compare Source

Full Changelog: v5.8.3...v5.8.4

Chores
  • internal: bump undici version in tests (6f38b80)
  • make some internal functions async (841940d)

v5.8.2

Compare Source

Full Changelog: v5.8.2...v5.8.3

Bug Fixes
Chores
  • add docs to RequestOptions type (3735172)
  • ci: only run for pushes and fork pull requests (e200bc4)
  • client: improve path param validation (b5a043b)
  • internal/tests: pin bun types version (fcffa88)

v5.8.1

Compare Source

Full Changelog: v5.8.1...v5.8.2

Bug Fixes
  • client: get fetchOptions type more reliably (b3c959d)

v5.8.0

Compare Source

Full Changelog: v5.8.0...v5.8.1

Bug Fixes
  • client: ensure addOutputText is called on responses.retrieve (d55bb64)
Chores
  • api: remove unsupported property (1966954)
  • docs: update README to include links to docs on Webhooks (586d5da)
  • webhooks: make private methods really private (0ee396a)

v5.7.0

Compare Source

Full Changelog: v5.7.0...v5.8.0

Features
  • api: webhook and deep research support (f2b4f66)
Bug Fixes
  • ci: release-doctor — report correct token name (aed2587)
Refactors
  • types: replace Record with mapped types (7865910)

v5.6.0

Compare Source

Full Changelog: v5.6.0...v5.7.0

Features
  • api: update api shapes for usage and code interpreter (f2100e8)

v5.5.1

Compare Source

Full Changelog: v5.5.1...v5.6.0

Features
  • api: make model and inputs not required to create response (52211c0)
Bug Fixes
  • client: explicitly copy fetch in withOptions (0efacae)
Chores
  • readme: update badges (6898954)
  • readme: use better example snippet for undocumented params (668611f)

v5.5.0

Compare Source

Full Changelog: v5.5.0...v5.5.1

Chores
  • ci: enable for pull requests (e1cf00c)

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
  • api: add reusable prompt IDs (c720bb3)
  • client: add support for endpoint-specific base URLs (05f558b)
Bug Fixes
  • publish script — handle NPM errors correctly (a803cce)
Chores
  • client: refactor imports (9eb4470)
  • internal: add pure annotations, make base APIResource abstract (418eb02)

v5.2.0

Compare Source

Full Changelog: v5.2.0...v5.3.0

Features
  • api: Add o3-pro model IDs (9988f8e)

v5.1.1

Compare Source

Full Changelog: v5.1.1...v5.2.0

Features
  • api: Add tools and structured outputs to evals (64844f1)
Bug Fixes
  • changelog: remove duplicated entries (18484cc)
Chores
  • avoid type error in certain environments (44ac3d9)
Documentation

v5.1.0

Compare Source

Full Changelog: v5.1.0...v5.1.1

Bug Fixes
  • assistants: handle thread.run.incomplete while streaming (8f5e7f3)
Chores
  • docs: use top-level-await in example snippets (065d3b0)
  • internal: fix readablestream types in node 20 (771ae81)

v5.0.2

Compare Source

Full Changelog: v5.0.2...v5.1.0

Features
  • api: add new realtime and audio models, realtime session options (1219f09)
Chores
  • adjust eslint.config.mjs ignore pattern (9b5c898)
  • api: update type names (7c296d6)

v5.0.1

Compare Source

Full Changelog: v5.0.1...v5.0.2

Bug Fixes
  • api: Fix evals and code interpreter interfaces (992a9d8)
Chores
  • deps: bump eslint-plugin-prettier (1428a8b)
  • internal: codegen related update (a65428f)

v5.0.0

Compare Source

Full Changelog: v5.0.0...v5.0.1

Chores

v4.104.0

Compare Source

Full Changelog: v4.103.0...v4.104.0

Features
  • api: Config update for pakrym-stream-param (469ad7b)
Bug Fixes
  • azure: add /images/edits to deployments endpoints (#​1509) (84fc31a)
  • client: return binary content from get /containers/{container_id}/files/{file_id}/content (83129d7)
Chores
  • deprecate Assistants API (5b34fcd)
  • improve publish-npm script --latest tag logic (6207a2a)
  • internal: fix release workflows (353349d)

v4.103.0

Compare Source

Full Changelog: v4.103.0...v4.104.0

Features
  • api: Config update for pakrym-stream-param (469ad7b)
Bug Fixes
  • azure: add /images/edits to deployments endpoints (#​1509) (84fc31a)
  • client: return binary content from get /containers/{container_id}/files/{file_id}/content (83129d7)
Chores
  • deprecate Assistants API (5b34fcd)
  • improve publish-npm script --latest tag logic (6207a2a)
  • internal: fix release workflows (353349d)

v4.102.0

Compare Source

Full Changelog: v4.102.0...v4.103.0

Features
  • api: new streaming helpers for background responses (1ddd6ff)

v4.101.0

Compare Source

Full Changelog: v4.101.0...v4.102.0

Features
  • api: add container endpoint (e973476)

v4.100.0

Compare Source

Full Changelog: v4.100.0...v4.101.0

Features
Chores
  • docs: grammar improvements (7761cfb)
  • internal: version bump (b40e830)

v4.99.0

Compare Source

Full Changelog: v4.99.0...v4.100.0

Features
  • api: further updates for evals API (3f6f248)
Chores

v4.98.0

Compare Source

Full Changelog: v4.98.0...v4.99.0

Features
  • api: manual updates (75eb804)
  • api: responses x eval api (5029f1a)
  • api: Updating Assistants and Evals API schemas (27fd517)

v4.97.0

Compare Source

Full Changelog: v4.97.0...v4.98.0

Features
  • api: Add reinforcement fine-tuning api support (4aa7a79)
Chores
  • ci: bump node version for release workflows (2961f63)
  • internal: fix formatting (91a44fe)
Documentation

v4.96.2

Compare Source

Full Changelog: v4.96.2...v4.97.0

Features
  • api: add image sizes, reasoning encryption (9c2113a)
Chores
  • docs: add missing deprecation warnings (253392c)
Documentation

v4.96.1

Compare Source

Full Changelog: v4.96.1...v4.96.2

Bug Fixes
Chores
  • ci: only use depot for staging repos (214da39)
  • ci: run on more branches and use depot runners (ead76fc)

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/openai-5.x branch 2 times, most recently from 98e3a72 to 13b539b Compare June 15, 2025 07:27
@renovate renovate bot force-pushed the renovate/openai-5.x branch 3 times, most recently from c9e7385 to ef5df97 Compare July 16, 2025 13:40
@renovate renovate bot force-pushed the renovate/openai-5.x branch 2 times, most recently from bf30633 to 9d3d8c0 Compare July 23, 2025 07:10
@renovate renovate bot force-pushed the renovate/openai-5.x branch from 9d3d8c0 to 6b49615 Compare July 23, 2025 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants