Skip to content

chore(deps): update dependency openai to v5.23.2#181

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/openai-5.x-lockfile
Open

chore(deps): update dependency openai to v5.23.2#181
renovate[bot] wants to merge 1 commit intomainfrom
renovate/openai-5.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 2, 2025

This PR contains the following updates:

Package Change Age Confidence
openai 5.0.15.23.2 age confidence

Release Notes

openai/openai-node (openai)

v5.23.2

Compare Source

Full Changelog: v5.23.2...v6.0.0

⚠ BREAKING CHANGES
  • api: ResponseFunctionToolCallOutputItem.output and ResponseCustomToolCallOutput.output now return string | Array<ResponseInputText | ResponseInputImage | ResponseInputFile> instead of string only. This may break existing callsites that assume output is always a string.
Features
  • api: Support images and files for function call outputs in responses, BatchUsage (abe56f8)
Chores

v5.23.1

Compare Source

Full Changelog: v5.23.1...v5.23.2

Chores
  • env-tests: upgrade jest-fixed-jsdom 0.0.9 -> 0.0.10 (6d6d0b0)
  • internal: codegen related update (1b684af)
  • internal: ignore .eslintcache (da9e146)

v5.23.0

Compare Source

Full Changelog: v5.23.0...v5.23.1

Bug Fixes
  • realtime: remove beta header from GA classes (a5e9e70)
Performance Improvements
Chores
  • internal: fix incremental formatting in some cases (166d28f)
  • internal: remove deprecated compilerOptions.baseUrl from tsconfig.json (dfab408)

v5.22.1

Compare Source

Full Changelog: v5.22.1...v5.23.0

Features

v5.22.0

Compare Source

Full Changelog: v5.22.0...v5.22.1

Bug Fixes
Chores
  • api: openapi updates for conversations (975c075)
  • do not install brew dependencies in ./scripts/bootstrap by default (6f5e45f)
  • improve example values (b336a64)

v5.21.0

Compare Source

Full Changelog: v5.21.0...v5.22.0

Features
  • api: add reasoning_text (7ff6186)
Chores
  • api: manual fixes for streaming (3a2ae4c)

v5.20.3

Compare Source

Full Changelog: v5.20.3...v5.21.0

Features
  • api: type updates for conversations, reasoning_effort and results for evals (f243f54)

v5.20.2

Compare Source

Full Changelog: v5.20.2...v5.20.3

Chores
  • api: docs and spec refactoring (05b4498)

v5.20.1

Compare Source

Full Changelog: v5.20.1...v5.20.2

Bug Fixes
  • coerce nullable values to undefined (836d1b4)
Chores
  • api: Minor docs and type updates for realtime (ccb00dc)

v5.20.0

Compare Source

Full Changelog: v5.20.0...v5.20.1

Chores
  • api: fix realtime GA types (1c0d314)

v5.19.1

Compare Source

Full Changelog: v5.19.1...v5.20.0

Features
  • api: ship the RealtimeGA API shape (4286ddd)
Chores

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
  • api: Add gpt-realtime models (256d932)

v5.18.0

Compare Source

Full Changelog: v5.18.0...v5.18.1

Chores
  • api: manual updates for ResponseInputAudio (570501b)

v5.17.0

Compare Source

Full Changelog: v5.17.0...v5.18.0

Features
Bug Fixes
  • update non beta realtime websockets helpers (265a42f)

v5.16.0

Compare Source

Full Changelog: v5.16.0...v5.17.0

Features
  • api: realtime API updates (e817255)
Chores
  • internal: update global Error reference (e566ff3)

v5.15.0

Compare Source

Full Changelog: v5.15.0...v5.16.0

Features
  • api: add web search filters (975b141)
Chores

v5.13.1

Compare Source

Full Changelog: v5.13.1...v5.14.0

Features
  • mcp: add code execution tool (3f8264c)
Chores
  • internal/ci: setup breaking change detection (87e8004)

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
  • client: fix verbosity parameter location in Responses (eaa246f)

v5.12.0

Compare Source

Full Changelog: v5.12.0...v5.12.1

Features
  • api: adds GPT-5 and new API features: platform.openai.com/docs/guides/gpt-5 (59acd85)
Chores
  • internal: move publish config (b3d02f6)

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
  • client: refactor streaming slightly to better future proof it (292427f)
  • internal: remove redundant imports config (28dd66d)
  • internal: version bump (56e0760)

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)

Configuration

📅 Schedule: (UTC)

  • 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 changed the title fix(deps): update dependency openai to v5.0.2 fix(deps): update dependency openai to v5.1.0 Jun 3, 2025
@renovate renovate Bot force-pushed the renovate/openai-5.x-lockfile branch from 597e23d to aac74d3 Compare June 3, 2025 18:58
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.1.0 fix(deps): update dependency openai to v5.1.1 Jun 6, 2025
@renovate renovate Bot force-pushed the renovate/openai-5.x-lockfile branch 2 times, most recently from e2955c8 to 7974b48 Compare June 9, 2025 19:15
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.1.1 fix(deps): update dependency openai to v5.2.0 Jun 9, 2025
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.2.0 fix(deps): update dependency openai to v5.3.0 Jun 10, 2025
@renovate renovate Bot force-pushed the renovate/openai-5.x-lockfile branch 2 times, most recently from d1a1fcf to dbe7cd1 Compare June 16, 2025 21:02
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.3.0 fix(deps): update dependency openai to v5.5.0 Jun 16, 2025
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.5.0 fix(deps): update dependency openai to v5.5.1 Jun 17, 2025
@renovate renovate Bot force-pushed the renovate/openai-5.x-lockfile branch 2 times, most recently from 7f20504 to 88e983e Compare June 20, 2025 22:06
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.5.1 fix(deps): update dependency openai to v5.6.0 Jun 20, 2025
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.6.0 fix(deps): update dependency openai to v5.7.0 Jun 23, 2025
@renovate renovate Bot force-pushed the renovate/openai-5.x-lockfile branch 2 times, most recently from 771284d to 1b1eaed Compare June 26, 2025 20:03
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.7.0 fix(deps): update dependency openai to v5.8.1 Jun 26, 2025
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.8.1 fix(deps): update dependency openai to v5.8.2 Jun 27, 2025
@renovate renovate Bot force-pushed the renovate/openai-5.x-lockfile branch from 1b1eaed to 28b2aaf Compare June 27, 2025 16:14
@renovate renovate Bot force-pushed the renovate/openai-5.x-lockfile branch from 28b2aaf to fe62721 Compare July 8, 2025 16:56
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.8.2 fix(deps): update dependency openai to v5.8.3 Jul 8, 2025
@renovate renovate Bot force-pushed the renovate/openai-5.x-lockfile branch from fe62721 to bbbffae Compare July 10, 2025 21:06
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.8.3 fix(deps): update dependency openai to v5.9.0 Jul 10, 2025
@renovate renovate Bot force-pushed the renovate/openai-5.x-lockfile branch from bbbffae to 52c2a12 Compare July 15, 2025 16:49
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.9.0 fix(deps): update dependency openai to v5.9.1 Jul 15, 2025
@renovate renovate Bot force-pushed the renovate/openai-5.x-lockfile branch from 52c2a12 to 4ede553 Compare July 15, 2025 23:33
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.9.1 fix(deps): update dependency openai to v5.9.2 Jul 15, 2025
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.9.2 fix(deps): update dependency openai to v5.10.0 Jul 16, 2025
@renovate renovate Bot force-pushed the renovate/openai-5.x-lockfile branch from 4ede553 to d5bf2f6 Compare July 16, 2025 19:43
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.12.1 fix(deps): update dependency openai to v5.12.2 Aug 8, 2025
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.12.2 fix(deps): update dependency openai to v5.13.1 Aug 19, 2025
@renovate renovate Bot force-pushed the renovate/openai-5.x-lockfile branch 2 times, most recently from 8b502e2 to b34aaa6 Compare August 21, 2025 23:15
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.13.1 fix(deps): update dependency openai to v5.15.0 Aug 21, 2025
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.15.0 fix(deps): update dependency openai to v5.16.0 Aug 26, 2025
@renovate renovate Bot force-pushed the renovate/openai-5.x-lockfile branch from b34aaa6 to 0e8f6ed Compare August 26, 2025 21:46
@renovate renovate Bot force-pushed the renovate/openai-5.x-lockfile branch from 0e8f6ed to 3875b15 Compare September 6, 2025 22:31
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.16.0 fix(deps): update dependency openai to v5.19.1 Sep 6, 2025
@renovate renovate Bot force-pushed the renovate/openai-5.x-lockfile branch from 3875b15 to 38140a4 Compare September 8, 2025 22:30
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.19.1 fix(deps): update dependency openai to v5.20.0 Sep 8, 2025
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.20.0 fix(deps): update dependency openai to v5.20.1 Sep 10, 2025
@renovate renovate Bot force-pushed the renovate/openai-5.x-lockfile branch from 38140a4 to 8479ad4 Compare September 10, 2025 17:26
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.20.1 fix(deps): update dependency openai to v5.20.2 Sep 13, 2025
@renovate renovate Bot force-pushed the renovate/openai-5.x-lockfile branch from 8479ad4 to 2815411 Compare September 13, 2025 19:49
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.20.2 fix(deps): update dependency openai to v5.20.3 Sep 16, 2025
@renovate renovate Bot force-pushed the renovate/openai-5.x-lockfile branch 2 times, most recently from 6cd2227 to 4917955 Compare September 17, 2025 22:26
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.20.3 fix(deps): update dependency openai to v5.21.0 Sep 17, 2025
@renovate renovate Bot force-pushed the renovate/openai-5.x-lockfile branch from 4917955 to baefdfa Compare September 19, 2025 18:41
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.21.0 fix(deps): update dependency openai to v5.22.0 Sep 19, 2025
@renovate renovate Bot force-pushed the renovate/openai-5.x-lockfile branch from baefdfa to c8e9836 Compare September 23, 2025 00:38
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.22.0 fix(deps): update dependency openai to v5.22.1 Sep 23, 2025
@renovate renovate Bot force-pushed the renovate/openai-5.x-lockfile branch from c8e9836 to 725fe24 Compare September 23, 2025 21:59
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.22.1 fix(deps): update dependency openai to v5.23.0 Sep 23, 2025
@renovate renovate Bot changed the title fix(deps): update dependency openai to v5.23.0 chore(deps): update dependency openai to v5.23.0 Sep 25, 2025
@renovate renovate Bot force-pushed the renovate/openai-5.x-lockfile branch from 725fe24 to 3112759 Compare September 26, 2025 17:27
@renovate renovate Bot changed the title chore(deps): update dependency openai to v5.23.0 chore(deps): update dependency openai to v5.23.1 Sep 26, 2025
@renovate renovate Bot force-pushed the renovate/openai-5.x-lockfile branch from 3112759 to b6b77c2 Compare September 30, 2025 05:56
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