[PR #95] [CLOSED] Bump openai from 4.56.1 to 4.59.0 #157

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/95
Author: @dependabot[bot]
Created: 9/12/2024
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/openai-4.59.0


📝 Commits (1)

  • fe24157 Bump openai from 4.56.1 to 4.59.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.59.0.

Release notes

Sourced from openai's releases.

v4.59.0

4.59.0 (2024-09-11)

Full Changelog: v4.58.2...v4.59.0

Features

  • structured outputs: support accessing raw responses (#1058) (af17697)

Documentation

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

... (truncated)

Changelog

Sourced from openai's changelog.

4.59.0 (2024-09-11)

Full Changelog: v4.58.2...v4.59.0

Features

  • structured outputs: support accessing raw responses (#1058) (af17697)

Documentation

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)

... (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/95 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/12/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/openai-4.59.0` --- ### 📝 Commits (1) - [`fe24157`](https://github.com/jehna/humanify/commit/fe24157eadc59856fd45075d4622ac9616b4dc92) Bump openai from 4.56.1 to 4.59.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.59.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.59.0</h2> <h2>4.59.0 (2024-09-11)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.58.2...v4.59.0">v4.58.2...v4.59.0</a></p> <h3>Features</h3> <ul> <li><strong>structured outputs:</strong> support accessing raw responses (<a href="https://redirect.github.com/openai/openai-node/issues/1058">#1058</a>) (<a href="https://github.com/openai/openai-node/commit/af176979894ee95a51e09abc239a8fd3a639dcde">af17697</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>azure:</strong> example for custom base URL (<a href="https://redirect.github.com/openai/openai-node/issues/1055">#1055</a>) (<a href="https://github.com/openai/openai-node/commit/20defc80801e1f1f489a07bd1264be71c56c586f">20defc8</a>)</li> <li><strong>azure:</strong> remove locale from docs link (<a href="https://redirect.github.com/openai/openai-node/issues/1054">#1054</a>) (<a href="https://github.com/openai/openai-node/commit/f9b7eac58020cff0e367a15b9a2ca4e7c95cbb89">f9b7eac</a>)</li> </ul> <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> <!-- 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.59.0 (2024-09-11)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.58.2...v4.59.0">v4.58.2...v4.59.0</a></p> <h3>Features</h3> <ul> <li><strong>structured outputs:</strong> support accessing raw responses (<a href="https://redirect.github.com/openai/openai-node/issues/1058">#1058</a>) (<a href="https://github.com/openai/openai-node/commit/af176979894ee95a51e09abc239a8fd3a639dcde">af17697</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>azure:</strong> example for custom base URL (<a href="https://redirect.github.com/openai/openai-node/issues/1055">#1055</a>) (<a href="https://github.com/openai/openai-node/commit/20defc80801e1f1f489a07bd1264be71c56c586f">20defc8</a>)</li> <li><strong>azure:</strong> remove locale from docs link (<a href="https://redirect.github.com/openai/openai-node/issues/1054">#1054</a>) (<a href="https://github.com/openai/openai-node/commit/f9b7eac58020cff0e367a15b9a2ca4e7c95cbb89">f9b7eac</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openai/openai-node/commit/8958d9711b66e0cbacf816b7b4538217016beb0b"><code>8958d97</code></a> release: 4.59.0</li> <li><a href="https://github.com/openai/openai-node/commit/d9dee78c7052649131b3897243366a9b58d9616e"><code>d9dee78</code></a> feat(structured outputs): support accessing raw responses (<a href="https://redirect.github.com/openai/openai-node/issues/1058">#1058</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/fc549fc033ee3dc5fbb678ea8969a2160336746e"><code>fc549fc</code></a> docs(azure): remove locale from docs link (<a href="https://redirect.github.com/openai/openai-node/issues/1054">#1054</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/04b88383c81cad76847b3d8fe8cbed384221e5cd"><code>04b8838</code></a> docs(azure): example for custom base URL (<a href="https://redirect.github.com/openai/openai-node/issues/1055">#1055</a>)</li> <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>Additional commits viewable in <a href="https://github.com/openai/openai-node/compare/v4.56.1...v4.59.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.59.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: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#157
No description provided.