[PR #470] [CLOSED] Bump openai from 4.90.0 to 5.1.1 #487

Closed
opened 2026-03-03 13:54:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/openai-5.1.1


📝 Commits (1)

  • 30ed9e3 Bump openai from 4.90.0 to 5.1.1

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

Release notes

Sourced from openai's releases.

v5.1.1

5.1.1 (2025-06-05)

Full Changelog: v5.1.0...v5.1.1

Bug Fixes

  • assistants: handle thread.run.incomplete while streaming (8f5e7f3)

Chores

  • docs: use top-level-await in example snippets (065d3b0)
  • internal: fix readablestream types in node 20 (771ae81)

v5.1.0

5.1.0 (2025-06-03)

Full Changelog: v5.0.2...v5.1.0

Features

  • api: add new realtime and audio models, realtime session options (1219f09)

Chores

  • adjust eslint.config.mjs ignore pattern (9b5c898)
  • api: update type names (7c296d6)

v5.0.2

5.0.2 (2025-06-02)

Full Changelog: v5.0.1...v5.0.2

Bug Fixes

  • api: Fix evals and code interpreter interfaces (992a9d8)

Chores

  • deps: bump eslint-plugin-prettier (1428a8b)
  • internal: codegen related update (a65428f)

v5.0.1

5.0.1 (2025-05-29)

Full Changelog: v5.0.0...v5.0.1

... (truncated)

Changelog

Sourced from openai's changelog.

5.1.1 (2025-06-05)

Full Changelog: v5.1.0...v5.1.1

Bug Fixes

  • assistants: handle thread.run.incomplete while streaming (8f5e7f3)

Chores

  • docs: use top-level-await in example snippets (065d3b0)
  • internal: fix readablestream types in node 20 (771ae81)

5.1.0 (2025-06-03)

Full Changelog: v5.0.2...v5.1.0

Features

  • api: add new realtime and audio models, realtime session options (1219f09)

Chores

  • adjust eslint.config.mjs ignore pattern (9b5c898)
  • api: update type names (7c296d6)

5.0.2 (2025-06-02)

Full Changelog: v5.0.1...v5.0.2

Bug Fixes

  • api: Fix evals and code interpreter interfaces (992a9d8)

Chores

  • deps: bump eslint-plugin-prettier (1428a8b)
  • internal: codegen related update (a65428f)

5.0.1 (2025-05-29)

Full Changelog: v5.0.0...v5.0.1

Chores

... (truncated)

Commits
  • d758def Merge pull request #1529 from openai/release-please--branches--master--change...
  • 1649e58 release: 5.1.1
  • 8f5e7f3 fix(assistants): handle thread.run.incomplete while streaming
  • 771ae81 chore(internal): fix readablestream types in node 20
  • 065d3b0 chore(docs): use top-level-await in example snippets
  • 030f590 fix lint
  • 5754fce revert "remove shim-types imports in custom code"
  • b7d5408 Merge pull request #1527 from openai/release-please--branches--master--change...
  • b6ee9f3 release: 5.1.0
  • 7c296d6 chore(api): update type names
  • 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/470 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/6/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/openai-5.1.1` --- ### 📝 Commits (1) - [`30ed9e3`](https://github.com/jehna/humanify/commit/30ed9e32331fca1cd9c7953cacf894bc4d5a46c1) Bump openai from 4.90.0 to 5.1.1 ### 📊 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.1.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>v5.1.1</h2> <h2>5.1.1 (2025-06-05)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.1.0...v5.1.1">v5.1.0...v5.1.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>assistants:</strong> handle thread.run.incomplete while streaming (<a href="https://github.com/openai/openai-node/commit/8f5e7f3ffaad7bdd0424743eb68a63f918dbabb8">8f5e7f3</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>docs:</strong> use top-level-await in example snippets (<a href="https://github.com/openai/openai-node/commit/065d3b08b29e10d7af58bb66816245f71f386833">065d3b0</a>)</li> <li><strong>internal:</strong> fix readablestream types in node 20 (<a href="https://github.com/openai/openai-node/commit/771ae818c32d855778c3847d9005efb80b0a8cd5">771ae81</a>)</li> </ul> <h2>v5.1.0</h2> <h2>5.1.0 (2025-06-03)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.0.2...v5.1.0">v5.0.2...v5.1.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add new realtime and audio models, realtime session options (<a href="https://github.com/openai/openai-node/commit/1219f090b02b8d53f29abf5a0e7564af0f9f68fc">1219f09</a>)</li> </ul> <h3>Chores</h3> <ul> <li>adjust eslint.config.mjs ignore pattern (<a href="https://github.com/openai/openai-node/commit/9b5c898fe5099859252d3c3fd62010d6aa552fef">9b5c898</a>)</li> <li><strong>api:</strong> update type names (<a href="https://github.com/openai/openai-node/commit/7c296d62bbde52ec84e3af78ed12f1cd196f9d52">7c296d6</a>)</li> </ul> <h2>v5.0.2</h2> <h2>5.0.2 (2025-06-02)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.0.1...v5.0.2">v5.0.1...v5.0.2</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> Fix evals and code interpreter interfaces (<a href="https://github.com/openai/openai-node/commit/992a9d84fe412d96496b11b7a6be5c927f78db6c">992a9d8</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>deps:</strong> bump eslint-plugin-prettier (<a href="https://github.com/openai/openai-node/commit/1428a8b4f82e79695c2cbed5e12ca0da4958423b">1428a8b</a>)</li> <li><strong>internal:</strong> codegen related update (<a href="https://github.com/openai/openai-node/commit/a65428fc81e05f681eab806e7efc6ad26062221b">a65428f</a>)</li> </ul> <h2>v5.0.1</h2> <h2>5.0.1 (2025-05-29)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.0.0...v5.0.1">v5.0.0...v5.0.1</a></p> <!-- 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.1.1 (2025-06-05)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.1.0...v5.1.1">v5.1.0...v5.1.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>assistants:</strong> handle thread.run.incomplete while streaming (<a href="https://github.com/openai/openai-node/commit/8f5e7f3ffaad7bdd0424743eb68a63f918dbabb8">8f5e7f3</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>docs:</strong> use top-level-await in example snippets (<a href="https://github.com/openai/openai-node/commit/065d3b08b29e10d7af58bb66816245f71f386833">065d3b0</a>)</li> <li><strong>internal:</strong> fix readablestream types in node 20 (<a href="https://github.com/openai/openai-node/commit/771ae818c32d855778c3847d9005efb80b0a8cd5">771ae81</a>)</li> </ul> <h2>5.1.0 (2025-06-03)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.0.2...v5.1.0">v5.0.2...v5.1.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add new realtime and audio models, realtime session options (<a href="https://github.com/openai/openai-node/commit/1219f090b02b8d53f29abf5a0e7564af0f9f68fc">1219f09</a>)</li> </ul> <h3>Chores</h3> <ul> <li>adjust eslint.config.mjs ignore pattern (<a href="https://github.com/openai/openai-node/commit/9b5c898fe5099859252d3c3fd62010d6aa552fef">9b5c898</a>)</li> <li><strong>api:</strong> update type names (<a href="https://github.com/openai/openai-node/commit/7c296d62bbde52ec84e3af78ed12f1cd196f9d52">7c296d6</a>)</li> </ul> <h2>5.0.2 (2025-06-02)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.0.1...v5.0.2">v5.0.1...v5.0.2</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> Fix evals and code interpreter interfaces (<a href="https://github.com/openai/openai-node/commit/992a9d84fe412d96496b11b7a6be5c927f78db6c">992a9d8</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>deps:</strong> bump eslint-plugin-prettier (<a href="https://github.com/openai/openai-node/commit/1428a8b4f82e79695c2cbed5e12ca0da4958423b">1428a8b</a>)</li> <li><strong>internal:</strong> codegen related update (<a href="https://github.com/openai/openai-node/commit/a65428fc81e05f681eab806e7efc6ad26062221b">a65428f</a>)</li> </ul> <h2>5.0.1 (2025-05-29)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.0.0...v5.0.1">v5.0.0...v5.0.1</a></p> <h3>Chores</h3> <ul> <li>sync changes (<a href="https://github.com/openai/openai-node/commit/90b100dcf504ecf0b98620702cb6bd0988695320">90b100d</a>)</li> <li><strong>types:</strong> add missing type annotation (<a href="https://github.com/openai/openai-node/commit/de37b55e6e95d7089ee845d4144883d93bb18ca0">de37b55</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/d758deff8af9b1f15e3aa8fa7769759054094adf"><code>d758def</code></a> Merge pull request <a href="https://redirect.github.com/openai/openai-node/issues/1529">#1529</a> from openai/release-please--branches--master--change...</li> <li><a href="https://github.com/openai/openai-node/commit/1649e587fe42e4a9b47912f0df8192e163c7ecf6"><code>1649e58</code></a> release: 5.1.1</li> <li><a href="https://github.com/openai/openai-node/commit/8f5e7f3ffaad7bdd0424743eb68a63f918dbabb8"><code>8f5e7f3</code></a> fix(assistants): handle thread.run.incomplete while streaming</li> <li><a href="https://github.com/openai/openai-node/commit/771ae818c32d855778c3847d9005efb80b0a8cd5"><code>771ae81</code></a> chore(internal): fix readablestream types in node 20</li> <li><a href="https://github.com/openai/openai-node/commit/065d3b08b29e10d7af58bb66816245f71f386833"><code>065d3b0</code></a> chore(docs): use top-level-await in example snippets</li> <li><a href="https://github.com/openai/openai-node/commit/030f5909946b330cc41a4f1dd846952ff97ee86e"><code>030f590</code></a> fix lint</li> <li><a href="https://github.com/openai/openai-node/commit/5754fce4bc82b21579c2148af2ace84163fe4feb"><code>5754fce</code></a> revert &quot;remove shim-types imports in custom code&quot;</li> <li><a href="https://github.com/openai/openai-node/commit/b7d5408066b81e6cfe8134120e687d6d74963c39"><code>b7d5408</code></a> Merge pull request <a href="https://redirect.github.com/openai/openai-node/issues/1527">#1527</a> from openai/release-please--branches--master--change...</li> <li><a href="https://github.com/openai/openai-node/commit/b6ee9f336e9d369ae48d7bf2a736ac59bd899947"><code>b6ee9f3</code></a> release: 5.1.0</li> <li><a href="https://github.com/openai/openai-node/commit/7c296d62bbde52ec84e3af78ed12f1cd196f9d52"><code>7c296d6</code></a> chore(api): update type names</li> <li>Additional commits viewable in <a href="https://github.com/openai/openai-node/compare/v4.90.0...v5.1.1">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.1.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:54:46 +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#487
No description provided.