[PR #622] [CLOSED] Bump openai from 4.90.0 to 6.0.0 #628

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

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/openai-6.0.0


📝 Commits (1)

  • 43c6cbc Bump openai from 4.90.0 to 6.0.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.0.0.

Release notes

Sourced from openai's releases.

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

v5.23.2

5.23.2 (2025-09-29)

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

5.23.1 (2025-09-26)

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

... (truncated)

Changelog

Sourced from openai's changelog.

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

Chores

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

5.23.1 (2025-09-26)

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)

5.23.0 (2025-09-23)

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

... (truncated)

Commits
  • 08ddfb4 release: 6.0.0
  • 4de5afd feat(api): Support images and files for function call outputs in responses, B...
  • 24ff31a chore: compat with zod v4 (#1658)
  • 01cdbe1 release: 5.23.2
  • 39a4e66 chore(env-tests): upgrade jest-fixed-jsdom 0.0.9 -> 0.0.10
  • 211fe1e chore(internal): ignore .eslintcache
  • a4ceecf chore(internal): codegen related update
  • 0841884 release: 5.23.1
  • ddef1b8 fix(realtime): remove beta header from GA classes
  • 4259225 chore(internal): fix incremental formatting in some cases
  • 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/622 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/1/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/openai-6.0.0` --- ### 📝 Commits (1) - [`43c6cbc`](https://github.com/jehna/humanify/commit/43c6cbcffef22fe14036a1caf5674729fd9c59b5) Bump openai from 4.90.0 to 6.0.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.0.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.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> <h2>v5.23.2</h2> <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> <h3>Chores</h3> <ul> <li><strong>env-tests:</strong> upgrade jest-fixed-jsdom 0.0.9 -&gt; 0.0.10 (<a href="https://github.com/openai/openai-node/commit/6d6d0b0eaaff86a99141af031f55b7cc6a22772a">6d6d0b0</a>)</li> <li><strong>internal:</strong> codegen related update (<a href="https://github.com/openai/openai-node/commit/1b684afd387ccd7b16d226dca3adee92db6e4878">1b684af</a>)</li> <li><strong>internal:</strong> ignore .eslintcache (<a href="https://github.com/openai/openai-node/commit/da9e1468d62aa9044ee9d236b419f744f8792bdb">da9e146</a>)</li> </ul> <h2>v5.23.1</h2> <h2>5.23.1 (2025-09-26)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.23.0...v5.23.1">v5.23.0...v5.23.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>realtime:</strong> remove beta header from GA classes (<a href="https://github.com/openai/openai-node/commit/a5e9e70af8691f2850ad7ccfec966e5fb0d5b56d">a5e9e70</a>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li>faster formatting (<a href="https://github.com/openai/openai-node/commit/d56f309f359f7f4d87c95bfaaffdc463312850e4">d56f309</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> fix incremental formatting in some cases (<a href="https://github.com/openai/openai-node/commit/166d28ff34edb6b1c3ef310bc825952dcb30ba4b">166d28f</a>)</li> <li><strong>internal:</strong> remove deprecated <code>compilerOptions.baseUrl</code> from tsconfig.json (<a href="https://github.com/openai/openai-node/commit/dfab40857547b272cdad4309baf84e43a07775ed">dfab408</a>)</li> </ul> <h2>v5.23.0</h2> <!-- 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.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> <h3>Chores</h3> <ul> <li><strong>env-tests:</strong> upgrade jest-fixed-jsdom 0.0.9 -&gt; 0.0.10 (<a href="https://github.com/openai/openai-node/commit/6d6d0b0eaaff86a99141af031f55b7cc6a22772a">6d6d0b0</a>)</li> <li><strong>internal:</strong> codegen related update (<a href="https://github.com/openai/openai-node/commit/1b684afd387ccd7b16d226dca3adee92db6e4878">1b684af</a>)</li> <li><strong>internal:</strong> ignore .eslintcache (<a href="https://github.com/openai/openai-node/commit/da9e1468d62aa9044ee9d236b419f744f8792bdb">da9e146</a>)</li> </ul> <h2>5.23.1 (2025-09-26)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.23.0...v5.23.1">v5.23.0...v5.23.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>realtime:</strong> remove beta header from GA classes (<a href="https://github.com/openai/openai-node/commit/a5e9e70af8691f2850ad7ccfec966e5fb0d5b56d">a5e9e70</a>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li>faster formatting (<a href="https://github.com/openai/openai-node/commit/d56f309f359f7f4d87c95bfaaffdc463312850e4">d56f309</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> fix incremental formatting in some cases (<a href="https://github.com/openai/openai-node/commit/166d28ff34edb6b1c3ef310bc825952dcb30ba4b">166d28f</a>)</li> <li><strong>internal:</strong> remove deprecated <code>compilerOptions.baseUrl</code> from tsconfig.json (<a href="https://github.com/openai/openai-node/commit/dfab40857547b272cdad4309baf84e43a07775ed">dfab408</a>)</li> </ul> <h2>5.23.0 (2025-09-23)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.22.1...v5.23.0">v5.22.1...v5.23.0</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/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><a href="https://github.com/openai/openai-node/commit/24ff31ab3d534173b849e7522d0dae828eed1de2"><code>24ff31a</code></a> chore: compat with zod v4 (<a href="https://redirect.github.com/openai/openai-node/issues/1658">#1658</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/01cdbe18ba412db1d382df0586afb58e6dd2e653"><code>01cdbe1</code></a> release: 5.23.2</li> <li><a href="https://github.com/openai/openai-node/commit/39a4e6634cf73c1ca274e8630125a27f154bc049"><code>39a4e66</code></a> chore(env-tests): upgrade jest-fixed-jsdom 0.0.9 -&gt; 0.0.10</li> <li><a href="https://github.com/openai/openai-node/commit/211fe1e58e393881c19e0ba3e37e30cccf1856ac"><code>211fe1e</code></a> chore(internal): ignore .eslintcache</li> <li><a href="https://github.com/openai/openai-node/commit/a4ceecf0fa90f42445a1744b5fc5e8abe03041bb"><code>a4ceecf</code></a> chore(internal): codegen related update</li> <li><a href="https://github.com/openai/openai-node/commit/08418841131908cdd1cbdaec430a2eecefb90c58"><code>0841884</code></a> release: 5.23.1</li> <li><a href="https://github.com/openai/openai-node/commit/ddef1b8b5f26b575c0298cc79f4ed976e7dc0047"><code>ddef1b8</code></a> fix(realtime): remove beta header from GA classes</li> <li><a href="https://github.com/openai/openai-node/commit/4259225c8af78cfb6b668318b0b6f9cfd1781358"><code>4259225</code></a> chore(internal): fix incremental formatting in some cases</li> <li>Additional commits viewable in <a href="https://github.com/openai/openai-node/compare/v4.90.0...v6.0.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.0.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:25 +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#628
No description provided.