Skip to content

fix(deps): update dependency openai to v5 #154

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: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2025

This PR contains the following updates:

Package Change Age Confidence
openai ^4.91.1 -> ^5.9.0 age confidence

Release Notes

openai/openai-node (openai)

v5.9.0

Compare Source

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

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

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.102.0...v4.103.0

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

v4.102.0

Compare Source

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

Features
  • api: add container endpoint (e973476)

v4.101.0

Compare Source

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

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

v4.100.0

Compare Source

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

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

v4.99.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.98.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.97.0

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.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)

v4.96.0

Compare Source

Full Changelog: v4.96.0...v4.96.1

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

v4.95.1

Compare Source

Full Changelog: v4.95.0...v4.95.1

Bug Fixes

v4.95.0

Compare Source

Full Changelog: v4.95.0...v4.95.1

Bug Fixes

v4.94.0

Compare Source

Full Changelog: v4.94.0...v4.95.0

Features
  • api: add o3 and o4-mini model IDs (4845cd9)

v4.93.0

Compare Source

Full Changelog: v4.93.0...v4.94.0

Features
  • api: adding gpt-4.1 family of model IDs (bddcbcf)
  • api: manual updates (7532f48)
Chores
  • client: minor internal fixes (d342f17)
  • internal: reduce CI branch coverage (a49b94a)
  • internal: upload builds and expand CI branch coverage (#​1460) (7e23bb4)
  • workaround build errors (913eba8)

v4.92.1

Compare Source

Full Changelog: v4.92.1...v4.93.0

Features
Chores

v4.92.0

Compare Source

Full Changelog: v4.91.1...v4.92.0

Features
Bug Fixes
Chores

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 added the dependencies Pull requests that update a dependency file label Jun 30, 2025
@renovate renovate bot force-pushed the renovate/openai-5.x branch from f07f33f to 5d2471d Compare July 12, 2025 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants