[PR #473] [CLOSED] Bump openai from 4.90.0 to 5.2.0 #490

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

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/openai-5.2.0


📝 Commits (1)

  • b34cbcd Bump openai from 4.90.0 to 5.2.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.2.0.

Release notes

Sourced from openai's releases.

v5.2.0

5.2.0 (2025-06-09)

Full Changelog: v5.1.1...v5.2.0

Features

  • api: Add tools and structured outputs to evals (64844f1)

Bug Fixes

  • changelog: remove duplicated entries (18484cc)

Chores

  • avoid type error in certain environments (44ac3d9)

Documentation

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

... (truncated)

Changelog

Sourced from openai's changelog.

5.2.0 (2025-06-09)

Full Changelog: v5.1.1...v5.2.0

Features

  • api: Add tools and structured outputs to evals (64844f1)

Bug Fixes

  • changelog: remove duplicated entries (18484cc)

Chores

  • avoid type error in certain environments (44ac3d9)

Documentation

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)

... (truncated)

Commits
  • a9e959f Merge pull request #1535 from openai/release-please--branches--master--change...
  • f5dee4e release: 5.2.0
  • 64844f1 feat(api): Add tools and structured outputs to evals
  • b3d488f docs(changelog): reference MIGRATION.md
  • 18484cc fix(changelog): remove duplicated entries
  • 44ac3d9 chore: avoid type error in certain environments
  • 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
  • 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/473 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/10/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/openai-5.2.0` --- ### 📝 Commits (1) - [`b34cbcd`](https://github.com/jehna/humanify/commit/b34cbcd994d65f83e715ec1df945d3bb23717c8e) Bump openai from 4.90.0 to 5.2.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.2.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.2.0</h2> <h2>5.2.0 (2025-06-09)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.1.1...v5.2.0">v5.1.1...v5.2.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> Add tools and structured outputs to evals (<a href="https://github.com/openai/openai-node/commit/64844f1be2da9658a603fac304d1387f28a110a4">64844f1</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>changelog:</strong> remove duplicated entries (<a href="https://github.com/openai/openai-node/commit/18484cceea615a01b62590b9b626b9e2140c7dd9">18484cc</a>)</li> </ul> <h3>Chores</h3> <ul> <li>avoid type error in certain environments (<a href="https://github.com/openai/openai-node/commit/44ac3d96eb258cd777edb02004763ccef253ae7a">44ac3d9</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>changelog:</strong> reference MIGRATION.md (<a href="https://github.com/openai/openai-node/commit/b3d488feff5acb020f5db6f27ea94884c56bc767">b3d488f</a>), closes <a href="https://redirect.github.com/openai/openai-node/issues/1539">#1539</a></li> </ul> <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> <!-- 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.2.0 (2025-06-09)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.1.1...v5.2.0">v5.1.1...v5.2.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> Add tools and structured outputs to evals (<a href="https://github.com/openai/openai-node/commit/64844f1be2da9658a603fac304d1387f28a110a4">64844f1</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>changelog:</strong> remove duplicated entries (<a href="https://github.com/openai/openai-node/commit/18484cceea615a01b62590b9b626b9e2140c7dd9">18484cc</a>)</li> </ul> <h3>Chores</h3> <ul> <li>avoid type error in certain environments (<a href="https://github.com/openai/openai-node/commit/44ac3d96eb258cd777edb02004763ccef253ae7a">44ac3d9</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>changelog:</strong> reference MIGRATION.md (<a href="https://github.com/openai/openai-node/commit/b3d488feff5acb020f5db6f27ea94884c56bc767">b3d488f</a>), closes <a href="https://redirect.github.com/openai/openai-node/issues/1539">#1539</a></li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openai/openai-node/commit/a9e959f0535024bfac1cdc990a34aaaaa8e81326"><code>a9e959f</code></a> Merge pull request <a href="https://redirect.github.com/openai/openai-node/issues/1535">#1535</a> from openai/release-please--branches--master--change...</li> <li><a href="https://github.com/openai/openai-node/commit/f5dee4ebcdf60271e48d7d956f570eebb72b2695"><code>f5dee4e</code></a> release: 5.2.0</li> <li><a href="https://github.com/openai/openai-node/commit/64844f1be2da9658a603fac304d1387f28a110a4"><code>64844f1</code></a> feat(api): Add tools and structured outputs to evals</li> <li><a href="https://github.com/openai/openai-node/commit/b3d488feff5acb020f5db6f27ea94884c56bc767"><code>b3d488f</code></a> docs(changelog): reference MIGRATION.md</li> <li><a href="https://github.com/openai/openai-node/commit/18484cceea615a01b62590b9b626b9e2140c7dd9"><code>18484cc</code></a> fix(changelog): remove duplicated entries</li> <li><a href="https://github.com/openai/openai-node/commit/44ac3d96eb258cd777edb02004763ccef253ae7a"><code>44ac3d9</code></a> chore: avoid type error in certain environments</li> <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>Additional commits viewable in <a href="https://github.com/openai/openai-node/compare/v4.90.0...v5.2.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.2.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:54:47 +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#490
No description provided.