[PR #83] [CLOSED] Bump openai from 4.56.1 to 4.58.0 #147

Closed
opened 2026-03-03 13:53:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/openai-4.58.0


📝 Commits (1)

  • 20761c3 Bump openai from 4.56.1 to 4.58.0

📊 Changes

1 file changed (+184 additions, -6 deletions)

View changed files

📝 package-lock.json (+184 -6)

📄 Description

Bumps openai from 4.56.1 to 4.58.0.

Release notes

Sourced from openai's releases.

v4.58.0

4.58.0 (2024-09-05)

Full Changelog: v4.57.3...v4.58.0

Features

  • vector store: improve chunking strategy type names (#1041) (471cec3)

Bug Fixes

  • uploads: avoid making redundant memory copies (#1043) (271297b)

v4.57.3

4.57.3 (2024-09-04)

Full Changelog: v4.57.2...v4.57.3

Bug Fixes

  • helpers/zod: avoid import issue in certain environments (#1039) (e238daa)

Chores

v4.57.2

4.57.2 (2024-09-04)

Full Changelog: v4.57.1...v4.57.2

Chores

v4.57.1

4.57.1 (2024-09-03)

Full Changelog: v4.57.0...v4.57.1

Bug Fixes

  • assistants: correctly accumulate tool calls when streaming (#1031) (d935ad3)
  • client: correct File construction from node-fetch Responses (#1029) (22ebdc2)
  • runTools without stream should not emit user message events (#1005) (22ded4d)

Chores

... (truncated)

Changelog

Sourced from openai's changelog.

4.58.0 (2024-09-05)

Full Changelog: v4.57.3...v4.58.0

Features

  • vector store: improve chunking strategy type names (#1041) (471cec3)

Bug Fixes

  • uploads: avoid making redundant memory copies (#1043) (271297b)

4.57.3 (2024-09-04)

Full Changelog: v4.57.2...v4.57.3

Bug Fixes

  • helpers/zod: avoid import issue in certain environments (#1039) (e238daa)

Chores

4.57.2 (2024-09-04)

Full Changelog: v4.57.1...v4.57.2

Chores

4.57.1 (2024-09-03)

Full Changelog: v4.57.0...v4.57.1

Bug Fixes

  • assistants: correctly accumulate tool calls when streaming (#1031) (d935ad3)
  • client: correct File construction from node-fetch Responses (#1029) (22ebdc2)
  • runTools without stream should not emit user message events (#1005) (22ded4d)

Chores

  • internal/tests: workaround bug in recent types/node release (3c7bdfd)

4.57.0 (2024-08-29)

... (truncated)

Commits

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/83 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/6/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/openai-4.58.0` --- ### 📝 Commits (1) - [`20761c3`](https://github.com/jehna/humanify/commit/20761c3246dbc407c1cb7082857aea4c0a45918e) Bump openai from 4.56.1 to 4.58.0 ### 📊 Changes **1 file changed** (+184 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+184 -6) </details> ### 📄 Description Bumps [openai](https://github.com/openai/openai-node) from 4.56.1 to 4.58.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>v4.58.0</h2> <h2>4.58.0 (2024-09-05)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.57.3...v4.58.0">v4.57.3...v4.58.0</a></p> <h3>Features</h3> <ul> <li><strong>vector store:</strong> improve chunking strategy type names (<a href="https://redirect.github.com/openai/openai-node/issues/1041">#1041</a>) (<a href="https://github.com/openai/openai-node/commit/471cec3228886253f07c13a362827a31e9ec7b63">471cec3</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>uploads:</strong> avoid making redundant memory copies (<a href="https://redirect.github.com/openai/openai-node/issues/1043">#1043</a>) (<a href="https://github.com/openai/openai-node/commit/271297bd32393d4c5663023adf82f8fb19dc3d25">271297b</a>)</li> </ul> <h2>v4.57.3</h2> <h2>4.57.3 (2024-09-04)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.57.2...v4.57.3">v4.57.2...v4.57.3</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>helpers/zod:</strong> avoid import issue in certain environments (<a href="https://redirect.github.com/openai/openai-node/issues/1039">#1039</a>) (<a href="https://github.com/openai/openai-node/commit/e238daa7c12f3fb13369f58b9d405365f5efcc8f">e238daa</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> minor bump qs version (<a href="https://redirect.github.com/openai/openai-node/issues/1037">#1037</a>) (<a href="https://github.com/openai/openai-node/commit/8ec218e9efb657927b3c0346822a96872aeaf137">8ec218e</a>)</li> </ul> <h2>v4.57.2</h2> <h2>4.57.2 (2024-09-04)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.57.1...v4.57.2">v4.57.1...v4.57.2</a></p> <h3>Chores</h3> <ul> <li><strong>internal:</strong> dependency updates (<a href="https://redirect.github.com/openai/openai-node/issues/1035">#1035</a>) (<a href="https://github.com/openai/openai-node/commit/e815fb6dee75219563d3a7776774ba1c2984560e">e815fb6</a>)</li> </ul> <h2>v4.57.1</h2> <h2>4.57.1 (2024-09-03)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.57.0...v4.57.1">v4.57.0...v4.57.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>assistants:</strong> correctly accumulate tool calls when streaming (<a href="https://redirect.github.com/openai/openai-node/issues/1031">#1031</a>) (<a href="https://github.com/openai/openai-node/commit/d935ad3fa37b2701f4c9f6e433ada6074280a871">d935ad3</a>)</li> <li><strong>client:</strong> correct File construction from node-fetch Responses (<a href="https://redirect.github.com/openai/openai-node/issues/1029">#1029</a>) (<a href="https://github.com/openai/openai-node/commit/22ebdc2ca7d98e0f266110c4cf827e53a0a22026">22ebdc2</a>)</li> <li>runTools without stream should not emit user message events (<a href="https://redirect.github.com/openai/openai-node/issues/1005">#1005</a>) (<a href="https://github.com/openai/openai-node/commit/22ded4d549a157482a8de2faf65e92c5be07fa95">22ded4d</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>4.58.0 (2024-09-05)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.57.3...v4.58.0">v4.57.3...v4.58.0</a></p> <h3>Features</h3> <ul> <li><strong>vector store:</strong> improve chunking strategy type names (<a href="https://redirect.github.com/openai/openai-node/issues/1041">#1041</a>) (<a href="https://github.com/openai/openai-node/commit/471cec3228886253f07c13a362827a31e9ec7b63">471cec3</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>uploads:</strong> avoid making redundant memory copies (<a href="https://redirect.github.com/openai/openai-node/issues/1043">#1043</a>) (<a href="https://github.com/openai/openai-node/commit/271297bd32393d4c5663023adf82f8fb19dc3d25">271297b</a>)</li> </ul> <h2>4.57.3 (2024-09-04)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.57.2...v4.57.3">v4.57.2...v4.57.3</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>helpers/zod:</strong> avoid import issue in certain environments (<a href="https://redirect.github.com/openai/openai-node/issues/1039">#1039</a>) (<a href="https://github.com/openai/openai-node/commit/e238daa7c12f3fb13369f58b9d405365f5efcc8f">e238daa</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> minor bump qs version (<a href="https://redirect.github.com/openai/openai-node/issues/1037">#1037</a>) (<a href="https://github.com/openai/openai-node/commit/8ec218e9efb657927b3c0346822a96872aeaf137">8ec218e</a>)</li> </ul> <h2>4.57.2 (2024-09-04)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.57.1...v4.57.2">v4.57.1...v4.57.2</a></p> <h3>Chores</h3> <ul> <li><strong>internal:</strong> dependency updates (<a href="https://redirect.github.com/openai/openai-node/issues/1035">#1035</a>) (<a href="https://github.com/openai/openai-node/commit/e815fb6dee75219563d3a7776774ba1c2984560e">e815fb6</a>)</li> </ul> <h2>4.57.1 (2024-09-03)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.57.0...v4.57.1">v4.57.0...v4.57.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>assistants:</strong> correctly accumulate tool calls when streaming (<a href="https://redirect.github.com/openai/openai-node/issues/1031">#1031</a>) (<a href="https://github.com/openai/openai-node/commit/d935ad3fa37b2701f4c9f6e433ada6074280a871">d935ad3</a>)</li> <li><strong>client:</strong> correct File construction from node-fetch Responses (<a href="https://redirect.github.com/openai/openai-node/issues/1029">#1029</a>) (<a href="https://github.com/openai/openai-node/commit/22ebdc2ca7d98e0f266110c4cf827e53a0a22026">22ebdc2</a>)</li> <li>runTools without stream should not emit user message events (<a href="https://redirect.github.com/openai/openai-node/issues/1005">#1005</a>) (<a href="https://github.com/openai/openai-node/commit/22ded4d549a157482a8de2faf65e92c5be07fa95">22ded4d</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal/tests:</strong> workaround bug in recent types/node release (<a href="https://github.com/openai/openai-node/commit/3c7bdfdb373bff77db0e3fecd5d49ddfa4284cd9">3c7bdfd</a>)</li> </ul> <h2>4.57.0 (2024-08-29)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openai/openai-node/commit/7e044282f0d4dc1c8e6fa2e653f8666f00a6df9e"><code>7e04428</code></a> release: 4.58.0</li> <li><a href="https://github.com/openai/openai-node/commit/c31ffc0fd6260c02a72e2bcc00f6803520a70648"><code>c31ffc0</code></a> fix(uploads): avoid making redundant memory copies (<a href="https://redirect.github.com/openai/openai-node/issues/1043">#1043</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/1d475417c43771e2ac2e153b6cd1e445042f74b3"><code>1d47541</code></a> feat(vector store): improve chunking strategy type names (<a href="https://redirect.github.com/openai/openai-node/issues/1041">#1041</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/0c0b6c9e9681dc7c26ffa3e6101b6473d651e69a"><code>0c0b6c9</code></a> release: 4.57.3</li> <li><a href="https://github.com/openai/openai-node/commit/1e9808ac68a22eb5fa3640a5b33d27af122f50a0"><code>1e9808a</code></a> fix(helpers/zod): avoid import issue in certain environments (<a href="https://redirect.github.com/openai/openai-node/issues/1039">#1039</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/195fff86be2ec0e799a22bf09a7cbf4175d47a26"><code>195fff8</code></a> chore(internal): minor bump qs version (<a href="https://redirect.github.com/openai/openai-node/issues/1037">#1037</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/f919b8ea7e456e118a4b8d41151e63531c843857"><code>f919b8e</code></a> release: 4.57.2</li> <li><a href="https://github.com/openai/openai-node/commit/09e20df50d7dc97b49a0d3ed4e7256afa605ff55"><code>09e20df</code></a> chore(internal): dependency updates (<a href="https://redirect.github.com/openai/openai-node/issues/1035">#1035</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/5e29cb2f2825d5abcdb536d843dcafe4ee980698"><code>5e29cb2</code></a> release: 4.57.1</li> <li><a href="https://github.com/openai/openai-node/commit/3e10b85f09865ba5a0f31b41605807d19563b6cc"><code>3e10b85</code></a> fix: runTools without stream should not emit user message events (<a href="https://redirect.github.com/openai/openai-node/issues/1005">#1005</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openai/openai-node/compare/v4.56.1...v4.58.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.56.1&new-version=4.58.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:53:16 +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#147
No description provided.