[PR #676] [CLOSED] Bump openai from 4.90.0 to 6.9.1 #679

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

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/openai-6.9.1


📝 Commits (1)

  • ad9d922 Bump openai from 4.90.0 to 6.9.1

📊 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.9.1.

Release notes

Sourced from openai's releases.

v6.9.1

6.9.1 (2025-11-17)

Full Changelog: v6.9.0...v6.9.1

Bug Fixes

  • api: align types of input items / output items for typescript (99adaa7)

v6.9.0

6.9.0 (2025-11-13)

Full Changelog: v6.8.1...v6.9.0

Features

Chores

  • add typescript-estree dependency for jsr readme script (3759514)

v6.8.1

6.8.1 (2025-11-05)

Full Changelog: v6.8.0...v6.8.1

Bug Fixes

  • api: fix nullability of logprobs (40a403c)

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)

... (truncated)

Changelog

Sourced from openai's changelog.

6.9.1 (2025-11-17)

Full Changelog: v6.9.0...v6.9.1

Bug Fixes

  • api: align types of input items / output items for typescript (99adaa7)

6.9.0 (2025-11-13)

Full Changelog: v6.8.1...v6.9.0

Features

Chores

  • add typescript-estree dependency for jsr readme script (3759514)

6.8.1 (2025-11-05)

Full Changelog: v6.8.0...v6.8.1

Bug Fixes

  • api: fix nullability of logprobs (40a403c)

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

... (truncated)

Commits
  • c9a4d68 release: 6.9.1
  • edc0e1c fix(api): align types of input items / output items for typescript
  • 1f2d35e update zod imports to reduce esbuild bundle size by 260kb (#1703)
  • 92d65d7 release: 6.9.0
  • 7a3c26e feat(api): gpt 5.1
  • 88135c8 codegen metadata
  • cd95c0d chore: add typescript-estree dependency for jsr readme script
  • 7a97bfc release: 6.8.1
  • d1f169f fix(api): fix nullability of logprobs
  • d1c87a3 release: 6.8.0
  • 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/676 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/18/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/openai-6.9.1` --- ### 📝 Commits (1) - [`ad9d922`](https://github.com/jehna/humanify/commit/ad9d9229d4562ceed831e531aaeaabb82704748a) Bump openai from 4.90.0 to 6.9.1 ### 📊 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.9.1. <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.9.1</h2> <h2>6.9.1 (2025-11-17)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.9.0...v6.9.1">v6.9.0...v6.9.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> align types of input items / output items for typescript (<a href="https://github.com/openai/openai-node/commit/99adaa70dc31d07d5c7fa4d67194ac4de375c98f">99adaa7</a>)</li> </ul> <h2>v6.9.0</h2> <h2>6.9.0 (2025-11-13)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.8.1...v6.9.0">v6.8.1...v6.9.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> gpt 5.1 (<a href="https://github.com/openai/openai-node/commit/58e78a86899b43eb9afdb6f0afd60b912eae41f2">58e78a8</a>)</li> </ul> <h3>Chores</h3> <ul> <li>add typescript-estree dependency for jsr readme script (<a href="https://github.com/openai/openai-node/commit/37595149720edd7bf4c11760084cad7753c2f289">3759514</a>)</li> </ul> <h2>v6.8.1</h2> <h2>6.8.1 (2025-11-05)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.8.0...v6.8.1">v6.8.0...v6.8.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> fix nullability of logprobs (<a href="https://github.com/openai/openai-node/commit/40a403cc9a35b11cc665ccde19f9c5ef07247585">40a403c</a>)</li> </ul> <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> <!-- 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.9.1 (2025-11-17)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.9.0...v6.9.1">v6.9.0...v6.9.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> align types of input items / output items for typescript (<a href="https://github.com/openai/openai-node/commit/99adaa70dc31d07d5c7fa4d67194ac4de375c98f">99adaa7</a>)</li> </ul> <h2>6.9.0 (2025-11-13)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.8.1...v6.9.0">v6.8.1...v6.9.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> gpt 5.1 (<a href="https://github.com/openai/openai-node/commit/58e78a86899b43eb9afdb6f0afd60b912eae41f2">58e78a8</a>)</li> </ul> <h3>Chores</h3> <ul> <li>add typescript-estree dependency for jsr readme script (<a href="https://github.com/openai/openai-node/commit/37595149720edd7bf4c11760084cad7753c2f289">3759514</a>)</li> </ul> <h2>6.8.1 (2025-11-05)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.8.0...v6.8.1">v6.8.0...v6.8.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> fix nullability of logprobs (<a href="https://github.com/openai/openai-node/commit/40a403cc9a35b11cc665ccde19f9c5ef07247585">40a403c</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openai/openai-node/commit/c9a4d6886cf36d6a7abb5df8d7da1b007d2ae89d"><code>c9a4d68</code></a> release: 6.9.1</li> <li><a href="https://github.com/openai/openai-node/commit/edc0e1c39fa696b364b37f368479f7c85ff4ae4e"><code>edc0e1c</code></a> fix(api): align types of input items / output items for typescript</li> <li><a href="https://github.com/openai/openai-node/commit/1f2d35ee04c89873781fe949edd5554d3f017c2e"><code>1f2d35e</code></a> update zod imports to reduce esbuild bundle size by 260kb (<a href="https://redirect.github.com/openai/openai-node/issues/1703">#1703</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/92d65d7263aaee99da46b4ed96eaabf4de73a2d3"><code>92d65d7</code></a> release: 6.9.0</li> <li><a href="https://github.com/openai/openai-node/commit/7a3c26e4f818026a6d99edcd07c066270839fbf2"><code>7a3c26e</code></a> feat(api): gpt 5.1</li> <li><a href="https://github.com/openai/openai-node/commit/88135c84fd2c1b847c626fae6de7ac5bcddc4283"><code>88135c8</code></a> codegen metadata</li> <li><a href="https://github.com/openai/openai-node/commit/cd95c0dff2ab42df90daae4f9f476efcec4d39d1"><code>cd95c0d</code></a> chore: add typescript-estree dependency for jsr readme script</li> <li><a href="https://github.com/openai/openai-node/commit/7a97bfcf1ea071bc605c654161cc0e4867d22960"><code>7a97bfc</code></a> release: 6.8.1</li> <li><a href="https://github.com/openai/openai-node/commit/d1f169f3102ac3c730afad3d7493ea872cecfb16"><code>d1f169f</code></a> fix(api): fix nullability of logprobs</li> <li><a href="https://github.com/openai/openai-node/commit/d1c87a385727678ac23095e3ca10ec527135cfcb"><code>d1c87a3</code></a> release: 6.8.0</li> <li>Additional commits viewable in <a href="https://github.com/openai/openai-node/compare/v4.90.0...v6.9.1">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.9.1)](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:39 +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#679
No description provided.