Skip to content

chore(deps): update dependency openai to v6.34.0#467

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

chore(deps): update dependency openai to v6.34.0#467
renovate[bot] wants to merge 1 commit intomainfrom
renovate/openai-6.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 10, 2026

This PR contains the following updates:

Package Change Age Confidence
openai 6.15.06.34.0 age confidence

Release Notes

openai/openai-node (openai)

v6.34.0

Compare Source

Full Changelog: v6.33.0...v6.34.0

Features
  • api: add phase field to Message in conversations (eb7cbc1)
  • client: add support for short-lived tokens (#​839) (a72ebcf)
Bug Fixes
  • api: remove web_search_call.results from ResponseIncludable in responses (1f6968e)
Chores
  • internal: codegen related update (1081460)
  • internal: update multipart form array serialization (3faee8d)
  • tests: bump steady to v0.20.1 (b73cc6b)
Documentation
  • api: add multi-file ingestion recommendations to vector-stores files/file-batches (1bc32a3)

v6.33.0

Compare Source

Full Changelog: v6.32.0...v6.33.0

Features
  • api: add keys field to computer action types (27a850e)
  • client: add async iterator and stream() to WebSocket classes (e1c16ee)
Bug Fixes
  • api: align SDK response types with expanded item schemas (491cd52)
  • types: make type required in ResponseInputMessageItem (2012293)
Chores
  • ci: skip lint on metadata-only changes (74a917f)
  • internal: refactor imports (cfe9c60)
  • internal: update gitignore (71bd114)
  • tests: bump steady to v0.19.4 (f2e9dea)
  • tests: bump steady to v0.19.5 (37c6cf4)
  • tests: bump steady to v0.19.6 (496b3af)
  • tests: bump steady to v0.19.7 (8491eb6)
Refactors
  • tests: switch from prism to steady (47c0581)

v6.32.0

Compare Source

Full Changelog: v6.31.0...v6.32.0

Features
  • api: 5.4 nano and mini model slugs (068df6d)

v6.31.0

Compare Source

Full Changelog: v6.31.0...v6.32.0

Features
  • api: 5.4 nano and mini model slugs (068df6d)

v6.30.1

Compare Source

Full Changelog: v6.30.1...v6.31.0

Features
  • api: add in/nin filter types to ComparisonFilter (b2eda27)

v6.29.0

Compare Source

Full Changelog: v6.29.0...v6.30.0

Features
  • api: add /v1/videos endpoint option to batches (271d879)
  • api: add defer_loading field to NamespaceTool (7cc8f0a)
Bug Fixes
  • api: oidc publishing for npm (fa50066)

v6.28.0

Compare Source

Full Changelog: v6.28.0...v6.29.0

Features

v6.27.0

Compare Source

Full Changelog: v6.26.0...v6.27.0

Features
  • api: The GA ComputerTool now uses the CompuerTool class. The 'computer_use_preview' tool is moved to ComputerUsePreview (0206188)
Chores
  • internal: improve import alias names (9cc2478)

v6.26.0

Compare Source

Full Changelog: v6.26.0...v6.27.0

Features
  • api: The GA ComputerTool now uses the CompuerTool class. The 'computer_use_preview' tool is moved to ComputerUsePreview (0206188)
Chores
  • internal: improve import alias names (9cc2478)

v6.25.0

Compare Source

Full Changelog: v6.24.0...v6.25.0

Features
Bug Fixes
Chores
  • internal: refactor sse event parsing (0ea2380)

v6.24.0

Compare Source

Full Changelog: v6.24.0...v6.25.0

Features
Bug Fixes
Chores
  • internal: refactor sse event parsing (0ea2380)

v6.23.0

Compare Source

Full Changelog: v6.23.0...v6.24.0

Features
  • api: add gpt-realtime-1.5 and gpt-audio-1.5 models to realtime (75875bf)

v6.22.0

Compare Source

Full Changelog: v6.21.0...v6.22.0

Features
  • api: container network_policy and skills (65c1482)
Bug Fixes
  • docs: restore helper methods in API reference (3a4c189)
  • webhooks: restore webhook type exports (49bbf46)
Chores
  • internal: avoid type checking errors with ts-reset (4b0d1f2)
Documentation
  • split api.md by standalone resources (48e07d6)
  • update comment (e3a1ea0)

v6.21.0

Compare Source

Full Changelog: v6.21.0...v6.22.0

Features
  • api: container network_policy and skills (65c1482)
Bug Fixes
  • docs: restore helper methods in API reference (3a4c189)
  • webhooks: restore webhook type exports (49bbf46)
Chores
  • internal: avoid type checking errors with ts-reset (4b0d1f2)
Documentation
  • split api.md by standalone resources (48e07d6)
  • update comment (e3a1ea0)

v6.20.0

Compare Source

Full Changelog: v6.20.0...v6.21.0

Features
  • api: support for images in batch api (017ba1c)

v6.19.0

Compare Source

Full Changelog: v6.19.0...v6.20.0

Features
  • api: skills and hosted shell (e4bdd62)

v6.18.0

Compare Source

Full Changelog: v6.17.0...v6.18.0

Features
  • api: image generation actions for responses; ResponseFunctionCallArgumentsDoneEvent.name (d373c32)
Bug Fixes
  • client: avoid memory leak with abort signals (b449f36)
  • client: avoid removing abort listener too early (1c045f7)
  • client: undo change to web search Find action (8259b45)
  • client: update type for find_in_page action (9aa8d98)
Chores
  • client: do not parse responses with empty content-length (4a118fa)
  • client: restructure abort controller binding (a4d7151)
  • internal: fix pagination internals not accepting option promises (6677905)

v6.17.0

Compare Source

Full Changelog: v6.16.0...v6.17.0

Features
Bug Fixes
  • api: mark assistants as deprecated (3ae2a14)
Chores
  • ci: upgrade actions/github-script (4ea73d3)
  • internal: update actions/checkout version (f163b77)
  • internal: upgrade babel, qs, js-yaml (2e2f3c6)

v6.16.0

Compare Source

Full Changelog: v6.15.0...v6.16.0

Features
  • api: add new Response completed_at prop (ca40534)
  • ci: add breaking change detection workflow (a6f3dea)
Chores
  • break long lines in snippets into multiline (80dee2f)
  • internal: codegen related update (b2fac3e)

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 force-pushed the renovate/openai-6.x-lockfile branch from b986a6b to c9cb5ae Compare January 19, 2026 16:13
@renovate renovate Bot force-pushed the renovate/openai-6.x-lockfile branch from c9cb5ae to 9ec9baf Compare January 29, 2026 01:44
@renovate renovate Bot changed the title chore(deps): update dependency openai to v6.16.0 chore(deps): update dependency openai to v6.17.0 Jan 29, 2026
@renovate renovate Bot force-pushed the renovate/openai-6.x-lockfile branch 2 times, most recently from 5e32813 to 0426888 Compare February 5, 2026 16:59
@renovate renovate Bot changed the title chore(deps): update dependency openai to v6.17.0 chore(deps): update dependency openai to v6.18.0 Feb 5, 2026
@renovate renovate Bot changed the title chore(deps): update dependency openai to v6.18.0 chore(deps): update dependency openai to v6.19.0 Feb 10, 2026
@renovate renovate Bot force-pushed the renovate/openai-6.x-lockfile branch 2 times, most recently from aeba73f to 9387e62 Compare February 10, 2026 20:50
@renovate renovate Bot changed the title chore(deps): update dependency openai to v6.19.0 chore(deps): update dependency openai to v6.21.0 Feb 10, 2026
@renovate renovate Bot force-pushed the renovate/openai-6.x-lockfile branch from 9387e62 to 102bcce Compare February 14, 2026 02:12
@renovate renovate Bot changed the title chore(deps): update dependency openai to v6.21.0 chore(deps): update dependency openai to v6.22.0 Feb 14, 2026
@renovate renovate Bot changed the title chore(deps): update dependency openai to v6.22.0 chore(deps): update dependency openai to v6.23.0 Feb 23, 2026
@renovate renovate Bot force-pushed the renovate/openai-6.x-lockfile branch 2 times, most recently from 07b9ce0 to abed400 Compare February 24, 2026 09:36
@renovate renovate Bot changed the title chore(deps): update dependency openai to v6.23.0 chore(deps): update dependency openai to v6.24.0 Feb 24, 2026
@renovate renovate Bot force-pushed the renovate/openai-6.x-lockfile branch from abed400 to a98f2ad Compare February 24, 2026 23:35
@renovate renovate Bot changed the title chore(deps): update dependency openai to v6.24.0 chore(deps): update dependency openai to v6.25.0 Feb 24, 2026
@renovate renovate Bot changed the title chore(deps): update dependency openai to v6.25.0 chore(deps): update dependency openai to v6.26.0 Mar 5, 2026
@renovate renovate Bot force-pushed the renovate/openai-6.x-lockfile branch 2 times, most recently from 7c10162 to 8d08ba8 Compare March 6, 2026 02:36
@renovate renovate Bot changed the title chore(deps): update dependency openai to v6.26.0 chore(deps): update dependency openai to v6.27.0 Mar 6, 2026
@renovate renovate Bot changed the title chore(deps): update dependency openai to v6.27.0 chore(deps): update dependency openai to v6.29.0 Mar 13, 2026
@renovate renovate Bot force-pushed the renovate/openai-6.x-lockfile branch from 8d08ba8 to bbe282d Compare March 13, 2026 22:08
@renovate renovate Bot changed the title chore(deps): update dependency openai to v6.29.0 chore(deps): update dependency openai to v6.30.1 Mar 16, 2026
@renovate renovate Bot force-pushed the renovate/openai-6.x-lockfile branch 2 times, most recently from ae1701c to c13a09f Compare March 17, 2026 01:12
@renovate renovate Bot changed the title chore(deps): update dependency openai to v6.30.1 chore(deps): update dependency openai to v6.31.0 Mar 17, 2026
@renovate renovate Bot force-pushed the renovate/openai-6.x-lockfile branch from c13a09f to a8ce84c Compare March 17, 2026 20:42
@renovate renovate Bot changed the title chore(deps): update dependency openai to v6.31.0 chore(deps): update dependency openai to v6.32.0 Mar 17, 2026
@renovate renovate Bot force-pushed the renovate/openai-6.x-lockfile branch from a8ce84c to 8755741 Compare March 26, 2026 01:23
@renovate renovate Bot changed the title chore(deps): update dependency openai to v6.32.0 chore(deps): update dependency openai to v6.33.0 Mar 26, 2026
@renovate renovate Bot force-pushed the renovate/openai-6.x-lockfile branch from 8755741 to 1ee0ad5 Compare April 8, 2026 23:13
@renovate renovate Bot changed the title chore(deps): update dependency openai to v6.33.0 chore(deps): update dependency openai to v6.34.0 Apr 8, 2026
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