[PR #633] [CLOSED] Bump openai from 4.90.0 to 6.2.0 #640

Closed
opened 2026-03-03 13:55:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jehna/humanify/pull/633
Author: @dependabot[bot]
Created: 10/7/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/openai-6.2.0


📝 Commits (1)

  • fbcca1f Bump openai from 4.90.0 to 6.2.0

📊 Changes

2 files changed (+8 additions, -171 deletions)

View changed files

📝 package-lock.json (+7 -170)
📝 package.json (+1 -1)

📄 Description

Bumps openai from 4.90.0 to 6.2.0.

Release notes

Sourced from openai's releases.

v6.2.0

6.2.0 (2025-10-06)

Full Changelog: v6.1.0...v6.2.0

Features

  • api: dev day 2025 launches (f2816db)

Chores

  • internal: codegen related update (b6f64b7)
  • jsdoc: fix @​link annotations to refer only to parts of the package‘s public interface (73e465d)

v6.1.0

6.1.0 (2025-10-02)

Full Changelog: v6.0.1...v6.1.0

Features

  • api: add support for realtime calls (5de9585)

v6.0.1

6.0.1 (2025-10-01)

Full Changelog: v6.0.0...v6.0.1

Bug Fixes

  • api: add status, approval_request_id to MCP tool call (498c6a5)

v6.0.0

6.0.0 (2025-09-30)

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

... (truncated)

Changelog

Sourced from openai's changelog.

6.2.0 (2025-10-06)

Full Changelog: v6.1.0...v6.2.0

Features

  • api: dev day 2025 launches (f2816db)

Chores

  • internal: codegen related update (b6f64b7)
  • jsdoc: fix @​link annotations to refer only to parts of the package‘s public interface (73e465d)

6.1.0 (2025-10-02)

Full Changelog: v6.0.1...v6.1.0

Features

  • api: add support for realtime calls (5de9585)

6.0.1 (2025-10-01)

Full Changelog: v6.0.0...v6.0.1

Bug Fixes

  • api: add status, approval_request_id to MCP tool call (498c6a5)

6.0.0 (2025-09-30)

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

5.23.2 (2025-09-29)

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

... (truncated)

Commits
  • c8ee824 release: 6.2.0
  • 0eaecf3 chore(internal): codegen related update
  • 1e40c3d feat(api): dev day 2025 launches
  • 2ad6c4d chore(jsdoc): fix @​link annotations to refer only to parts of the package‘s p...
  • 49fe03d release: 6.1.0
  • 9c2ac47 feat(api): add support for realtime calls
  • a78c2b8 release: 6.0.1
  • 5b9f360 fix(api): add status, approval_request_id to MCP tool call
  • 08ddfb4 release: 6.0.0
  • 4de5afd feat(api): Support images and files for function call outputs in responses, B...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by kwhinnery-openai, a new releaser for openai since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jehna/humanify/pull/633 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/7/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/openai-6.2.0` --- ### 📝 Commits (1) - [`fbcca1f`](https://github.com/jehna/humanify/commit/fbcca1f44e28b2423402560bc71a2f73fd264181) Bump openai from 4.90.0 to 6.2.0 ### 📊 Changes **2 files changed** (+8 additions, -171 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+7 -170) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [openai](https://github.com/openai/openai-node) from 4.90.0 to 6.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openai/openai-node/releases">openai's releases</a>.</em></p> <blockquote> <h2>v6.2.0</h2> <h2>6.2.0 (2025-10-06)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.1.0...v6.2.0">v6.1.0...v6.2.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> dev day 2025 launches (<a href="https://github.com/openai/openai-node/commit/f2816dbc6ae162d39017e7bafb0d23d0b51dd585">f2816db</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> codegen related update (<a href="https://github.com/openai/openai-node/commit/b6f64b70ea681b174695d930f957aa49194553ed">b6f64b7</a>)</li> <li><strong>jsdoc:</strong> fix <a href="https://github.com/link"><code>@​link</code></a> annotations to refer only to parts of the package‘s public interface (<a href="https://github.com/openai/openai-node/commit/73e465d382a45389ab47a0a92575e4415e8d3276">73e465d</a>)</li> </ul> <h2>v6.1.0</h2> <h2>6.1.0 (2025-10-02)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.0.1...v6.1.0">v6.0.1...v6.1.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add support for realtime calls (<a href="https://github.com/openai/openai-node/commit/5de958556679182dfbdce95b4db6b65ca742aa61">5de9585</a>)</li> </ul> <h2>v6.0.1</h2> <h2>6.0.1 (2025-10-01)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.0.0...v6.0.1">v6.0.0...v6.0.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> add status, approval_request_id to MCP tool call (<a href="https://github.com/openai/openai-node/commit/498c6a5d4cab7ad10e31acd01cb49915a70e576a">498c6a5</a>)</li> </ul> <h2>v6.0.0</h2> <h2>6.0.0 (2025-09-30)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.23.2...v6.0.0">v5.23.2...v6.0.0</a></p> <h3>⚠ BREAKING CHANGES</h3> <ul> <li><strong>api:</strong> <code>ResponseFunctionToolCallOutputItem.output</code> and <code>ResponseCustomToolCallOutput.output</code> now return <code>string | Array&lt;ResponseInputText | ResponseInputImage | ResponseInputFile&gt;</code> instead of <code>string</code> only. This may break existing callsites that assume <code>output</code> is always a string.</li> </ul> <h3>Features</h3> <ul> <li><strong>api:</strong> Support images and files for function call outputs in responses, BatchUsage (<a href="https://github.com/openai/openai-node/commit/abe56f86afdf28fc1a1b410ace1dd422672361a7">abe56f8</a>)</li> </ul> <h3>Chores</h3> <ul> <li>compat with zod v4 (<a href="https://redirect.github.com/openai/openai-node/issues/1658">#1658</a>) (<a href="https://github.com/openai/openai-node/commit/94569a07ce55317b0166e742b90a463df0f70e56">94569a0</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/openai/openai-node/blob/master/CHANGELOG.md">openai's changelog</a>.</em></p> <blockquote> <h2>6.2.0 (2025-10-06)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.1.0...v6.2.0">v6.1.0...v6.2.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> dev day 2025 launches (<a href="https://github.com/openai/openai-node/commit/f2816dbc6ae162d39017e7bafb0d23d0b51dd585">f2816db</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> codegen related update (<a href="https://github.com/openai/openai-node/commit/b6f64b70ea681b174695d930f957aa49194553ed">b6f64b7</a>)</li> <li><strong>jsdoc:</strong> fix <a href="https://github.com/link"><code>@​link</code></a> annotations to refer only to parts of the package‘s public interface (<a href="https://github.com/openai/openai-node/commit/73e465d382a45389ab47a0a92575e4415e8d3276">73e465d</a>)</li> </ul> <h2>6.1.0 (2025-10-02)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.0.1...v6.1.0">v6.0.1...v6.1.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add support for realtime calls (<a href="https://github.com/openai/openai-node/commit/5de958556679182dfbdce95b4db6b65ca742aa61">5de9585</a>)</li> </ul> <h2>6.0.1 (2025-10-01)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.0.0...v6.0.1">v6.0.0...v6.0.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> add status, approval_request_id to MCP tool call (<a href="https://github.com/openai/openai-node/commit/498c6a5d4cab7ad10e31acd01cb49915a70e576a">498c6a5</a>)</li> </ul> <h2>6.0.0 (2025-09-30)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.23.2...v6.0.0">v5.23.2...v6.0.0</a></p> <h3>⚠ BREAKING CHANGES</h3> <ul> <li><strong>api:</strong> <code>ResponseFunctionToolCallOutputItem.output</code> and <code>ResponseCustomToolCallOutput.output</code> now return <code>string | Array&lt;ResponseInputText | ResponseInputImage | ResponseInputFile&gt;</code> instead of <code>string</code> only. This may break existing callsites that assume <code>output</code> is always a string.</li> </ul> <h3>Features</h3> <ul> <li><strong>api:</strong> Support images and files for function call outputs in responses, BatchUsage (<a href="https://github.com/openai/openai-node/commit/abe56f86afdf28fc1a1b410ace1dd422672361a7">abe56f8</a>)</li> </ul> <h3>Chores</h3> <ul> <li>compat with zod v4 (<a href="https://redirect.github.com/openai/openai-node/issues/1658">#1658</a>) (<a href="https://github.com/openai/openai-node/commit/94569a07ce55317b0166e742b90a463df0f70e56">94569a0</a>)</li> </ul> <h2>5.23.2 (2025-09-29)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.23.1...v5.23.2">v5.23.1...v5.23.2</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openai/openai-node/commit/c8ee824c536ec36d2c554299275f9694040de67c"><code>c8ee824</code></a> release: 6.2.0</li> <li><a href="https://github.com/openai/openai-node/commit/0eaecf328d72ccfed2e210492403787e6488ebf5"><code>0eaecf3</code></a> chore(internal): codegen related update</li> <li><a href="https://github.com/openai/openai-node/commit/1e40c3dde33b3a204458c536b6faf0587bd79789"><code>1e40c3d</code></a> feat(api): dev day 2025 launches</li> <li><a href="https://github.com/openai/openai-node/commit/2ad6c4d56f5ab51311631ac18a0391ef78991490"><code>2ad6c4d</code></a> chore(jsdoc): fix <a href="https://github.com/link"><code>@​link</code></a> annotations to refer only to parts of the package‘s p...</li> <li><a href="https://github.com/openai/openai-node/commit/49fe03d696a73b8d0be50d3fa85fc7d5e704d50d"><code>49fe03d</code></a> release: 6.1.0</li> <li><a href="https://github.com/openai/openai-node/commit/9c2ac47e693d4d9a7206f7a69e7ed035607461e1"><code>9c2ac47</code></a> feat(api): add support for realtime calls</li> <li><a href="https://github.com/openai/openai-node/commit/a78c2b8806313f6ab04394a142f0340ac73cc5af"><code>a78c2b8</code></a> release: 6.0.1</li> <li><a href="https://github.com/openai/openai-node/commit/5b9f36086d1e803579c707d4811488a5b7e70b19"><code>5b9f360</code></a> fix(api): add status, approval_request_id to MCP tool call</li> <li><a href="https://github.com/openai/openai-node/commit/08ddfb4f6b33595570cc5cc837f49da1091ea14d"><code>08ddfb4</code></a> release: 6.0.0</li> <li><a href="https://github.com/openai/openai-node/commit/4de5afd4255cb835f12fb4534e1fcb1a6bc6a01c"><code>4de5afd</code></a> feat(api): Support images and files for function call outputs in responses, B...</li> <li>Additional commits viewable in <a href="https://github.com/openai/openai-node/compare/v4.90.0...v6.2.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~kwhinnery-openai">kwhinnery-openai</a>, a new releaser for openai since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=openai&package-manager=npm_and_yarn&previous-version=4.90.0&new-version=6.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:55:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/humanify#640
No description provided.