[PR #667] [CLOSED] Bump openai from 4.90.0 to 6.8.0 #671

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

📋 Pull Request Information

Original PR: https://github.com/jehna/humanify/pull/667
Author: @dependabot[bot]
Created: 11/4/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/openai-6.8.0


📝 Commits (1)

  • 51c396d Bump openai from 4.90.0 to 6.8.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.8.0.

Release notes

Sourced from openai's releases.

v6.8.0

6.8.0 (2025-11-03)

Full Changelog: v6.7.0...v6.8.0

Features

  • api: Realtime API token_limits, Hybrid searching ranking options (6a5b48c)
  • api: remove InputAudio from ResponseInputContent (9909fef)

Chores

  • internal: codegen related update (3ad52aa)

v6.7.0

6.7.0 (2025-10-24)

Full Changelog: v6.6.0...v6.7.0

Features

Bug Fixes

v6.6.0

6.6.0 (2025-10-20)

Full Changelog: v6.5.0...v6.6.0

Features

  • api: Add responses.input_tokens.count (520c8a9)

Bug Fixes

  • api: internal openapi updates (d4aaef9)

v6.5.0

6.5.0 (2025-10-17)

Full Changelog: v6.4.0...v6.5.0

Features

... (truncated)

Changelog

Sourced from openai's changelog.

6.8.0 (2025-11-03)

Full Changelog: v6.7.0...v6.8.0

Features

  • api: Realtime API token_limits, Hybrid searching ranking options (6a5b48c)
  • api: remove InputAudio from ResponseInputContent (9909fef)

Chores

  • internal: codegen related update (3ad52aa)

6.7.0 (2025-10-24)

Full Changelog: v6.6.0...v6.7.0

Features

Bug Fixes

6.6.0 (2025-10-20)

Full Changelog: v6.5.0...v6.6.0

Features

  • api: Add responses.input_tokens.count (520c8a9)

Bug Fixes

  • api: internal openapi updates (d4aaef9)

6.5.0 (2025-10-17)

Full Changelog: v6.4.0...v6.5.0

Features

6.4.0 (2025-10-16)

... (truncated)

Commits
  • d1c87a3 release: 6.8.0
  • 6a60d70 feat(api): Realtime API token_limits, Hybrid searching ranking options
  • 379e97c feat(api): remove InputAudio from ResponseInputContent
  • 1b6c789 release: 6.7.0
  • 40db44f feat: add support for zod@4 schemas (#1666)
  • 8f64453 fix(api): docs updates
  • 835cc6c codegen metadata
  • 3595555 release: 6.6.0
  • 15b0e51 feat(api): Add responses.input_tokens.count
  • 203c1c3 fix(api): internal openapi updates
  • 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/667 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/4/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/openai-6.8.0` --- ### 📝 Commits (1) - [`51c396d`](https://github.com/jehna/humanify/commit/51c396d611e9deab86b9423857cf45a4651016a2) Bump openai from 4.90.0 to 6.8.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.8.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.8.0</h2> <h2>6.8.0 (2025-11-03)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.7.0...v6.8.0">v6.7.0...v6.8.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> Realtime API token_limits, Hybrid searching ranking options (<a href="https://github.com/openai/openai-node/commit/6a5b48c9c8961bc7409c20546d9d845a4f2674ce">6a5b48c</a>)</li> <li><strong>api:</strong> remove InputAudio from ResponseInputContent (<a href="https://github.com/openai/openai-node/commit/9909fef596280fc16174679d97c3e81543c68646">9909fef</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> codegen related update (<a href="https://github.com/openai/openai-node/commit/3ad52aaa94cdbe1926fee1e5f8eacebefdfc399d">3ad52aa</a>)</li> </ul> <h2>v6.7.0</h2> <h2>6.7.0 (2025-10-24)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.6.0...v6.7.0">v6.6.0...v6.7.0</a></p> <h3>Features</h3> <ul> <li>add support for zod@4 schemas (<a href="https://redirect.github.com/openai/openai-node/issues/1666">#1666</a>) (<a href="https://github.com/openai/openai-node/commit/10ef7ff4cb4aefeaa831b239943118ff52872f5c">10ef7ff</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> docs updates (<a href="https://github.com/openai/openai-node/commit/2591c211bce29d078579445d9a3b45d8de453ec3">2591c21</a>)</li> </ul> <h2>v6.6.0</h2> <h2>6.6.0 (2025-10-20)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.5.0...v6.6.0">v6.5.0...v6.6.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> Add responses.input_tokens.count (<a href="https://github.com/openai/openai-node/commit/520c8a95c857307b9329c4725cb40707d4e3eeee">520c8a9</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> internal openapi updates (<a href="https://github.com/openai/openai-node/commit/d4aaef9c2e3d9f00b33d59e569149a937e5bd3f5">d4aaef9</a>)</li> </ul> <h2>v6.5.0</h2> <h2>6.5.0 (2025-10-17)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.4.0...v6.5.0">v6.4.0...v6.5.0</a></p> <h3>Features</h3> <!-- 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.8.0 (2025-11-03)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.7.0...v6.8.0">v6.7.0...v6.8.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> Realtime API token_limits, Hybrid searching ranking options (<a href="https://github.com/openai/openai-node/commit/6a5b48c9c8961bc7409c20546d9d845a4f2674ce">6a5b48c</a>)</li> <li><strong>api:</strong> remove InputAudio from ResponseInputContent (<a href="https://github.com/openai/openai-node/commit/9909fef596280fc16174679d97c3e81543c68646">9909fef</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> codegen related update (<a href="https://github.com/openai/openai-node/commit/3ad52aaa94cdbe1926fee1e5f8eacebefdfc399d">3ad52aa</a>)</li> </ul> <h2>6.7.0 (2025-10-24)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.6.0...v6.7.0">v6.6.0...v6.7.0</a></p> <h3>Features</h3> <ul> <li>add support for zod@4 schemas (<a href="https://redirect.github.com/openai/openai-node/issues/1666">#1666</a>) (<a href="https://github.com/openai/openai-node/commit/10ef7ff4cb4aefeaa831b239943118ff52872f5c">10ef7ff</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> docs updates (<a href="https://github.com/openai/openai-node/commit/2591c211bce29d078579445d9a3b45d8de453ec3">2591c21</a>)</li> </ul> <h2>6.6.0 (2025-10-20)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.5.0...v6.6.0">v6.5.0...v6.6.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> Add responses.input_tokens.count (<a href="https://github.com/openai/openai-node/commit/520c8a95c857307b9329c4725cb40707d4e3eeee">520c8a9</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> internal openapi updates (<a href="https://github.com/openai/openai-node/commit/d4aaef9c2e3d9f00b33d59e569149a937e5bd3f5">d4aaef9</a>)</li> </ul> <h2>6.5.0 (2025-10-17)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.4.0...v6.5.0">v6.4.0...v6.5.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> api update (<a href="https://github.com/openai/openai-node/commit/4d21af3e6a04baa0ea42d360cf3601fcc3d39705">4d21af3</a>)</li> </ul> <h2>6.4.0 (2025-10-16)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openai/openai-node/commit/d1c87a385727678ac23095e3ca10ec527135cfcb"><code>d1c87a3</code></a> release: 6.8.0</li> <li><a href="https://github.com/openai/openai-node/commit/6a60d70ecbf6546c401fee392320ed1ec3f228e6"><code>6a60d70</code></a> feat(api): Realtime API token_limits, Hybrid searching ranking options</li> <li><a href="https://github.com/openai/openai-node/commit/379e97cd4300670857253c8cf60dd2fa019ce439"><code>379e97c</code></a> feat(api): remove InputAudio from ResponseInputContent</li> <li><a href="https://github.com/openai/openai-node/commit/1b6c789b5faba94f310bc72ec5436f9e8419cc83"><code>1b6c789</code></a> release: 6.7.0</li> <li><a href="https://github.com/openai/openai-node/commit/40db44f70c9a4677b80a8f724f642f61a7eb8171"><code>40db44f</code></a> feat: add support for zod@4 schemas (<a href="https://redirect.github.com/openai/openai-node/issues/1666">#1666</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/8f644539aecbe85b018710ad0f418ce3b5f341ef"><code>8f64453</code></a> fix(api): docs updates</li> <li><a href="https://github.com/openai/openai-node/commit/835cc6ccc8fe3c7cb2c9d2e0569f8a1b5a6aae07"><code>835cc6c</code></a> codegen metadata</li> <li><a href="https://github.com/openai/openai-node/commit/3595555a834de8c51cf00440494b7d0013475ec8"><code>3595555</code></a> release: 6.6.0</li> <li><a href="https://github.com/openai/openai-node/commit/15b0e511edb24d3590c5ef35d84ef0a29db5c95f"><code>15b0e51</code></a> feat(api): Add responses.input_tokens.count</li> <li><a href="https://github.com/openai/openai-node/commit/203c1c35c89a39d65fa0c4b82e44bac6513448e8"><code>203c1c3</code></a> fix(api): internal openapi updates</li> <li>Additional commits viewable in <a href="https://github.com/openai/openai-node/compare/v4.90.0...v6.8.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.8.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:36 +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#671
No description provided.