[PR #559] [CLOSED] Bump openai from 4.90.0 to 5.12.0 #569

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

📋 Pull Request Information

Original PR: https://github.com/jehna/humanify/pull/559
Author: @dependabot[bot]
Created: 8/6/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/openai-5.12.0


📝 Commits (1)

  • 7c5d845 Bump openai from 4.90.0 to 5.12.0

📊 Changes

2 files changed (+7 additions, -170 deletions)

View changed files

📝 package-lock.json (+6 -169)
📝 package.json (+1 -1)

📄 Description

Bumps openai from 4.90.0 to 5.12.0.

Release notes

Sourced from openai's releases.

v5.12.0

5.12.0 (2025-08-05)

Full Changelog: v5.11.0...v5.12.0

Features

v5.11.0

5.11.0 (2025-07-30)

Full Changelog: v5.10.3...v5.11.0

Features

v5.10.3

5.10.3 (2025-07-30)

Full Changelog: v5.10.2...v5.10.3

Bug Fixes

  • zod: avoid adding redundant not to optional schemas #1593 (162b697)

Chores

  • client: refactor streaming slightly to better future proof it (292427f)
  • internal: remove redundant imports config (28dd66d)
  • internal: version bump (56e0760)

v5.10.2

5.10.2 (2025-07-22)

Full Changelog: v5.10.1...v5.10.2

Chores

  • api: event shapes more accurate (78f4e1d)
  • internal: version bump (ea885ca)

Documentation

v5.10.1

... (truncated)

Changelog

Sourced from openai's changelog.

5.12.0 (2025-08-05)

Full Changelog: v5.11.0...v5.12.0

Features

5.11.0 (2025-07-30)

Full Changelog: v5.10.3...v5.11.0

Features

5.10.3 (2025-07-30)

Full Changelog: v5.10.2...v5.10.3

Bug Fixes

  • zod: avoid adding redundant not to optional schemas #1593 (162b697)

Chores

  • client: refactor streaming slightly to better future proof it (292427f)
  • internal: remove redundant imports config (28dd66d)
  • internal: version bump (56e0760)

5.10.2 (2025-07-22)

Full Changelog: v5.10.1...v5.10.2

Chores

  • api: event shapes more accurate (78f4e1d)
  • internal: version bump (ea885ca)

Documentation

5.10.1 (2025-07-16)

Full Changelog: v5.10.0...v5.10.1

Chores

... (truncated)

Commits
  • 864d01a Merge pull request #1603 from openai/release-please--branches--master--change...
  • 3c6d7e8 release: 5.12.0
  • f0d3056 feat(api): manual updates
  • 3c33025 Merge pull request #1599 from openai/release-please--branches--master--change...
  • b61b248 release: 5.11.0
  • 442dc25 feat(api): manual updates
  • 6fbcc43 Merge pull request #1595 from openai/release-please--branches--master--change...
  • 4137011 release: 5.10.3
  • 28dd66d chore(internal): remove redundant imports config
  • 292427f chore(client): refactor streaming slightly to better future proof it
  • Additional commits viewable in compare view

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/559 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/6/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/openai-5.12.0` --- ### 📝 Commits (1) - [`7c5d845`](https://github.com/jehna/humanify/commit/7c5d8459a7f187587678049d493d4976d2598d0d) Bump openai from 4.90.0 to 5.12.0 ### 📊 Changes **2 files changed** (+7 additions, -170 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+6 -169) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [openai](https://github.com/openai/openai-node) from 4.90.0 to 5.12.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>v5.12.0</h2> <h2>5.12.0 (2025-08-05)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.11.0...v5.12.0">v5.11.0...v5.12.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> manual updates (<a href="https://github.com/openai/openai-node/commit/f0d3056932adb8e448fd1141eae4b07ad0c66ddb">f0d3056</a>)</li> </ul> <h2>v5.11.0</h2> <h2>5.11.0 (2025-07-30)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.10.3...v5.11.0">v5.10.3...v5.11.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> manual updates (<a href="https://github.com/openai/openai-node/commit/442dc25d7b31a374daf440f32f5694c3b6c20a81">442dc25</a>)</li> </ul> <h2>v5.10.3</h2> <h2>5.10.3 (2025-07-30)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.10.2...v5.10.3">v5.10.2...v5.10.3</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>zod:</strong> avoid adding redundant not to optional schemas <a href="https://redirect.github.com/openai/openai-node/issues/1593">#1593</a> (<a href="https://github.com/openai/openai-node/commit/162b697d1b946dc4af213c8efcdb7a7b5317bb6e">162b697</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>client:</strong> refactor streaming slightly to better future proof it (<a href="https://github.com/openai/openai-node/commit/292427f7f39f6dd64e46ba4360b0b96c8e49adc9">292427f</a>)</li> <li><strong>internal:</strong> remove redundant imports config (<a href="https://github.com/openai/openai-node/commit/28dd66de15032d6ee620d3cf9f3e33ba61cad4e7">28dd66d</a>)</li> <li><strong>internal:</strong> version bump (<a href="https://github.com/openai/openai-node/commit/56e076090a9ce5c6b7f4ac4d84d33ca3f6522973">56e0760</a>)</li> </ul> <h2>v5.10.2</h2> <h2>5.10.2 (2025-07-22)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.10.1...v5.10.2">v5.10.1...v5.10.2</a></p> <h3>Chores</h3> <ul> <li><strong>api:</strong> event shapes more accurate (<a href="https://github.com/openai/openai-node/commit/78f4e1d8e7400001a7bc6a05dc9a6e52a2047523">78f4e1d</a>)</li> <li><strong>internal:</strong> version bump (<a href="https://github.com/openai/openai-node/commit/ea885cac5c4231597141e91bd454e540830deb95">ea885ca</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>fix typos in helpers and realtime (<a href="https://redirect.github.com/openai/openai-node/issues/1592">#1592</a>) (<a href="https://github.com/openai/openai-node/commit/17733b7e4a19754c9ca2ec815cf7d246b1dc138d">17733b7</a>)</li> </ul> <h2>v5.10.1</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>5.12.0 (2025-08-05)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.11.0...v5.12.0">v5.11.0...v5.12.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> manual updates (<a href="https://github.com/openai/openai-node/commit/f0d3056932adb8e448fd1141eae4b07ad0c66ddb">f0d3056</a>)</li> </ul> <h2>5.11.0 (2025-07-30)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.10.3...v5.11.0">v5.10.3...v5.11.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> manual updates (<a href="https://github.com/openai/openai-node/commit/442dc25d7b31a374daf440f32f5694c3b6c20a81">442dc25</a>)</li> </ul> <h2>5.10.3 (2025-07-30)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.10.2...v5.10.3">v5.10.2...v5.10.3</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>zod:</strong> avoid adding redundant not to optional schemas <a href="https://redirect.github.com/openai/openai-node/issues/1593">#1593</a> (<a href="https://github.com/openai/openai-node/commit/162b697d1b946dc4af213c8efcdb7a7b5317bb6e">162b697</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>client:</strong> refactor streaming slightly to better future proof it (<a href="https://github.com/openai/openai-node/commit/292427f7f39f6dd64e46ba4360b0b96c8e49adc9">292427f</a>)</li> <li><strong>internal:</strong> remove redundant imports config (<a href="https://github.com/openai/openai-node/commit/28dd66de15032d6ee620d3cf9f3e33ba61cad4e7">28dd66d</a>)</li> <li><strong>internal:</strong> version bump (<a href="https://github.com/openai/openai-node/commit/56e076090a9ce5c6b7f4ac4d84d33ca3f6522973">56e0760</a>)</li> </ul> <h2>5.10.2 (2025-07-22)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.10.1...v5.10.2">v5.10.1...v5.10.2</a></p> <h3>Chores</h3> <ul> <li><strong>api:</strong> event shapes more accurate (<a href="https://github.com/openai/openai-node/commit/78f4e1d8e7400001a7bc6a05dc9a6e52a2047523">78f4e1d</a>)</li> <li><strong>internal:</strong> version bump (<a href="https://github.com/openai/openai-node/commit/ea885cac5c4231597141e91bd454e540830deb95">ea885ca</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>fix typos in helpers and realtime (<a href="https://redirect.github.com/openai/openai-node/issues/1592">#1592</a>) (<a href="https://github.com/openai/openai-node/commit/17733b7e4a19754c9ca2ec815cf7d246b1dc138d">17733b7</a>)</li> </ul> <h2>5.10.1 (2025-07-16)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.10.0...v5.10.1">v5.10.0...v5.10.1</a></p> <h3>Chores</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openai/openai-node/commit/864d01ab1c08e0bd006dda2810012698c0088ff1"><code>864d01a</code></a> Merge pull request <a href="https://redirect.github.com/openai/openai-node/issues/1603">#1603</a> from openai/release-please--branches--master--change...</li> <li><a href="https://github.com/openai/openai-node/commit/3c6d7e864eeac24e6c3d05bdee6018da91caeefc"><code>3c6d7e8</code></a> release: 5.12.0</li> <li><a href="https://github.com/openai/openai-node/commit/f0d3056932adb8e448fd1141eae4b07ad0c66ddb"><code>f0d3056</code></a> feat(api): manual updates</li> <li><a href="https://github.com/openai/openai-node/commit/3c3302502d1986f268297823e2e1e288aeda47a1"><code>3c33025</code></a> Merge pull request <a href="https://redirect.github.com/openai/openai-node/issues/1599">#1599</a> from openai/release-please--branches--master--change...</li> <li><a href="https://github.com/openai/openai-node/commit/b61b24872b395e362cc1a459dcb1f29430234205"><code>b61b248</code></a> release: 5.11.0</li> <li><a href="https://github.com/openai/openai-node/commit/442dc25d7b31a374daf440f32f5694c3b6c20a81"><code>442dc25</code></a> feat(api): manual updates</li> <li><a href="https://github.com/openai/openai-node/commit/6fbcc43ca61e1320407683315bc81baf80054bfe"><code>6fbcc43</code></a> Merge pull request <a href="https://redirect.github.com/openai/openai-node/issues/1595">#1595</a> from openai/release-please--branches--master--change...</li> <li><a href="https://github.com/openai/openai-node/commit/413701118fd2b79b797dba1291144ae002244289"><code>4137011</code></a> release: 5.10.3</li> <li><a href="https://github.com/openai/openai-node/commit/28dd66de15032d6ee620d3cf9f3e33ba61cad4e7"><code>28dd66d</code></a> chore(internal): remove redundant imports config</li> <li><a href="https://github.com/openai/openai-node/commit/292427f7f39f6dd64e46ba4360b0b96c8e49adc9"><code>292427f</code></a> chore(client): refactor streaming slightly to better future proof it</li> <li>Additional commits viewable in <a href="https://github.com/openai/openai-node/compare/v4.90.0...v5.12.0">compare view</a></li> </ul> </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=5.12.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:09 +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#569
No description provided.