[PR #90] [CLOSED] Bump openai from 4.56.1 to 4.58.2 #155

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

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/openai-4.58.2


📝 Commits (1)

  • 0fcb619 Bump openai from 4.56.1 to 4.58.2

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

Release notes

Sourced from openai's releases.

v4.58.2

4.58.2 (2024-09-09)

Full Changelog: v4.58.1...v4.58.2

Bug Fixes

  • errors: pass message through to APIConnectionError (#1050) (5a34316)

Chores

  • better object fallback behaviour for casting errors (#1053) (b7d4619)

v4.58.1

4.58.1 (2024-09-06)

Full Changelog: v4.58.0...v4.58.1

Chores

  • docs: update browser support information (#1045) (d326cc5)

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

... (truncated)

Changelog

Sourced from openai's changelog.

4.58.2 (2024-09-09)

Full Changelog: v4.58.1...v4.58.2

Bug Fixes

  • errors: pass message through to APIConnectionError (#1050) (5a34316)

Chores

  • better object fallback behaviour for casting errors (#1053) (b7d4619)

4.58.1 (2024-09-06)

Full Changelog: v4.58.0...v4.58.1

Chores

  • docs: update browser support information (#1045) (d326cc5)

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

... (truncated)

Commits
  • e7d1fce release: 4.58.2
  • 36dcce0 chore: better object fallback behaviour for casting errors (#1053)
  • b8dc229 fix(errors): pass message through to APIConnectionError (#1050)
  • 25f1b59 release: 4.58.1
  • 315ca6b chore(docs): update browser support information (#1045)
  • 7e04428 release: 4.58.0
  • c31ffc0 fix(uploads): avoid making redundant memory copies (#1043)
  • 1d47541 feat(vector store): improve chunking strategy type names (#1041)
  • 0c0b6c9 release: 4.57.3
  • 1e9808a fix(helpers/zod): avoid import issue in certain environments (#1039)
  • 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/90 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/10/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/openai-4.58.2` --- ### 📝 Commits (1) - [`0fcb619`](https://github.com/jehna/humanify/commit/0fcb619b80f8761d9cedd281c8d013483b9a09e7) Bump openai from 4.56.1 to 4.58.2 ### 📊 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.2. <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.2</h2> <h2>4.58.2 (2024-09-09)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.58.1...v4.58.2">v4.58.1...v4.58.2</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>errors:</strong> pass message through to APIConnectionError (<a href="https://redirect.github.com/openai/openai-node/issues/1050">#1050</a>) (<a href="https://github.com/openai/openai-node/commit/5a3431672e200a6bc161d39873e914434557801e">5a34316</a>)</li> </ul> <h3>Chores</h3> <ul> <li>better object fallback behaviour for casting errors (<a href="https://redirect.github.com/openai/openai-node/issues/1053">#1053</a>) (<a href="https://github.com/openai/openai-node/commit/b7d46190d2bb775145a9a3de6408c38abacfa055">b7d4619</a>)</li> </ul> <h2>v4.58.1</h2> <h2>4.58.1 (2024-09-06)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.58.0...v4.58.1">v4.58.0...v4.58.1</a></p> <h3>Chores</h3> <ul> <li><strong>docs:</strong> update browser support information (<a href="https://redirect.github.com/openai/openai-node/issues/1045">#1045</a>) (<a href="https://github.com/openai/openai-node/commit/d326cc54a77c450672fbf07d736cec80a9ba72fb">d326cc5</a>)</li> </ul> <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> <!-- 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.2 (2024-09-09)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.58.1...v4.58.2">v4.58.1...v4.58.2</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>errors:</strong> pass message through to APIConnectionError (<a href="https://redirect.github.com/openai/openai-node/issues/1050">#1050</a>) (<a href="https://github.com/openai/openai-node/commit/5a3431672e200a6bc161d39873e914434557801e">5a34316</a>)</li> </ul> <h3>Chores</h3> <ul> <li>better object fallback behaviour for casting errors (<a href="https://redirect.github.com/openai/openai-node/issues/1053">#1053</a>) (<a href="https://github.com/openai/openai-node/commit/b7d46190d2bb775145a9a3de6408c38abacfa055">b7d4619</a>)</li> </ul> <h2>4.58.1 (2024-09-06)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.58.0...v4.58.1">v4.58.0...v4.58.1</a></p> <h3>Chores</h3> <ul> <li><strong>docs:</strong> update browser support information (<a href="https://redirect.github.com/openai/openai-node/issues/1045">#1045</a>) (<a href="https://github.com/openai/openai-node/commit/d326cc54a77c450672fbf07d736cec80a9ba72fb">d326cc5</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openai/openai-node/commit/e7d1fce78f733997808cb3f25991cadb957ca57d"><code>e7d1fce</code></a> release: 4.58.2</li> <li><a href="https://github.com/openai/openai-node/commit/36dcce01992183fead79a74949e1432c87f942f5"><code>36dcce0</code></a> chore: better object fallback behaviour for casting errors (<a href="https://redirect.github.com/openai/openai-node/issues/1053">#1053</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/b8dc229ec68a7af9309a2b7bd4241f15901fc35d"><code>b8dc229</code></a> fix(errors): pass message through to APIConnectionError (<a href="https://redirect.github.com/openai/openai-node/issues/1050">#1050</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/25f1b599fad21f166bcf0f72ca373ed563c302b8"><code>25f1b59</code></a> release: 4.58.1</li> <li><a href="https://github.com/openai/openai-node/commit/315ca6b1da171619a81922bc9271193dbb931820"><code>315ca6b</code></a> chore(docs): update browser support information (<a href="https://redirect.github.com/openai/openai-node/issues/1045">#1045</a>)</li> <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>Additional commits viewable in <a href="https://github.com/openai/openai-node/compare/v4.56.1...v4.58.2">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.2)](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:19 +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#155
No description provided.