[PR #106] [MERGED] Bump openai from 4.56.1 to 4.61.1 #167

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

📋 Pull Request Information

Original PR: https://github.com/jehna/humanify/pull/106
Author: @dependabot[bot]
Created: 9/17/2024
Status: Merged
Merged: 9/17/2024
Merged by: @github-actions[bot]

Base: mainHead: dependabot/npm_and_yarn/openai-4.61.1


📝 Commits (1)

  • 6373dea Bump openai from 4.56.1 to 4.61.1

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

Release notes

Sourced from openai's releases.

v4.61.1

4.61.1 (2024-09-16)

Full Changelog: v4.61.0...v4.61.1

Bug Fixes

Chores

v4.61.0

4.61.0 (2024-09-13)

Full Changelog: v4.60.1...v4.61.0

Bug Fixes

  • client: partial parsing update to handle strings (46e8eb6)
  • examples: handle usage chunk in tool call streaming (#1068) (e4188c4)

Chores

  • examples: add a small delay to tool-calls example streaming (a3fc659)

Documentation

v4.60.1

4.60.1 (2024-09-13)

Full Changelog: v4.60.0...v4.60.1

Bug Fixes

  • zod: correctly add $ref definitions for transformed schemas (#1065) (9b93b24)

v4.60.0

4.60.0 (2024-09-12)

Full Changelog: v4.59.0...v4.60.0

Features

... (truncated)

Changelog

Sourced from openai's changelog.

4.61.1 (2024-09-16)

Full Changelog: v4.61.0...v4.61.1

Bug Fixes

Chores

4.61.0 (2024-09-13)

Full Changelog: v4.60.1...v4.61.0

Bug Fixes

  • client: partial parsing update to handle strings (46e8eb6)
  • examples: handle usage chunk in tool call streaming (#1068) (e4188c4)

Chores

  • examples: add a small delay to tool-calls example streaming (a3fc659)

Documentation

4.60.1 (2024-09-13)

Full Changelog: v4.60.0...v4.60.1

Bug Fixes

  • zod: correctly add $ref definitions for transformed schemas (#1065) (9b93b24)

4.60.0 (2024-09-12)

Full Changelog: v4.59.0...v4.60.0

Features

4.59.0 (2024-09-11)

... (truncated)

Commits
  • e26f31c release: 4.61.1
  • 0389da8 chore(internal): update spec link (#1076)
  • 5d4d74f fix(runTools): correct request options type (#1073)
  • 328f75c release: 4.61.0
  • 872f74c chore(examples): add a small delay to tool-calls example streaming
  • bf72a08 fix(client): partial parsing update to handle strings
  • 1fa5513 docs: update CONTRIBUTING.md (#1071)
  • 90c2da5 fix(examples): handle usage chunk in tool call streaming (#1068)
  • 58eb50c release: 4.60.1
  • 908ae61 fix(zod): correctly add $ref definitions for transformed schemas (#1065)
  • 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/106 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/17/2024 **Status:** ✅ Merged **Merged:** 9/17/2024 **Merged by:** [@github-actions[bot]](https://github.com/apps/github-actions) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/openai-4.61.1` --- ### 📝 Commits (1) - [`6373dea`](https://github.com/jehna/humanify/commit/6373deafe49e132c9beb8589675b48ff2bd23f32) Bump openai from 4.56.1 to 4.61.1 ### 📊 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.61.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>v4.61.1</h2> <h2>4.61.1 (2024-09-16)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.61.0...v4.61.1">v4.61.0...v4.61.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>runTools:</strong> correct request options type (<a href="https://redirect.github.com/openai/openai-node/issues/1073">#1073</a>) (<a href="https://github.com/openai/openai-node/commit/399f9710f9a1406fe2dd048a1d26418c0de7ff0c">399f971</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> update spec link (<a href="https://redirect.github.com/openai/openai-node/issues/1076">#1076</a>) (<a href="https://github.com/openai/openai-node/commit/20f1bcce2b5d03c5185989212a5c5271a8d4209c">20f1bcc</a>)</li> </ul> <h2>v4.61.0</h2> <h2>4.61.0 (2024-09-13)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.60.1...v4.61.0">v4.60.1...v4.61.0</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>client:</strong> partial parsing update to handle strings (<a href="https://github.com/openai/openai-node/commit/46e8eb6a9a45b11f9e4c97474ed6c02b1faa43af">46e8eb6</a>)</li> <li><strong>examples:</strong> handle usage chunk in tool call streaming (<a href="https://redirect.github.com/openai/openai-node/issues/1068">#1068</a>) (<a href="https://github.com/openai/openai-node/commit/e4188c4ba443a21d1ef94658df5366f80f0e573b">e4188c4</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>examples:</strong> add a small delay to tool-calls example streaming (<a href="https://github.com/openai/openai-node/commit/a3fc65928af7085d1d8d785ad4765fedc3955641">a3fc659</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>update CONTRIBUTING.md (<a href="https://redirect.github.com/openai/openai-node/issues/1071">#1071</a>) (<a href="https://github.com/openai/openai-node/commit/5de81c95d7326602865e007715a76d5595824fd9">5de81c9</a>)</li> </ul> <h2>v4.60.1</h2> <h2>4.60.1 (2024-09-13)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.60.0...v4.60.1">v4.60.0...v4.60.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>zod:</strong> correctly add $ref definitions for transformed schemas (<a href="https://redirect.github.com/openai/openai-node/issues/1065">#1065</a>) (<a href="https://github.com/openai/openai-node/commit/9b93b24b8ae267fe403fb9cd4876d9772f40878b">9b93b24</a>)</li> </ul> <h2>v4.60.0</h2> <h2>4.60.0 (2024-09-12)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.59.0...v4.60.0">v4.59.0...v4.60.0</a></p> <h3>Features</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.61.1 (2024-09-16)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.61.0...v4.61.1">v4.61.0...v4.61.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>runTools:</strong> correct request options type (<a href="https://redirect.github.com/openai/openai-node/issues/1073">#1073</a>) (<a href="https://github.com/openai/openai-node/commit/399f9710f9a1406fe2dd048a1d26418c0de7ff0c">399f971</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> update spec link (<a href="https://redirect.github.com/openai/openai-node/issues/1076">#1076</a>) (<a href="https://github.com/openai/openai-node/commit/20f1bcce2b5d03c5185989212a5c5271a8d4209c">20f1bcc</a>)</li> </ul> <h2>4.61.0 (2024-09-13)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.60.1...v4.61.0">v4.60.1...v4.61.0</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>client:</strong> partial parsing update to handle strings (<a href="https://github.com/openai/openai-node/commit/46e8eb6a9a45b11f9e4c97474ed6c02b1faa43af">46e8eb6</a>)</li> <li><strong>examples:</strong> handle usage chunk in tool call streaming (<a href="https://redirect.github.com/openai/openai-node/issues/1068">#1068</a>) (<a href="https://github.com/openai/openai-node/commit/e4188c4ba443a21d1ef94658df5366f80f0e573b">e4188c4</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>examples:</strong> add a small delay to tool-calls example streaming (<a href="https://github.com/openai/openai-node/commit/a3fc65928af7085d1d8d785ad4765fedc3955641">a3fc659</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>update CONTRIBUTING.md (<a href="https://redirect.github.com/openai/openai-node/issues/1071">#1071</a>) (<a href="https://github.com/openai/openai-node/commit/5de81c95d7326602865e007715a76d5595824fd9">5de81c9</a>)</li> </ul> <h2>4.60.1 (2024-09-13)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.60.0...v4.60.1">v4.60.0...v4.60.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>zod:</strong> correctly add $ref definitions for transformed schemas (<a href="https://redirect.github.com/openai/openai-node/issues/1065">#1065</a>) (<a href="https://github.com/openai/openai-node/commit/9b93b24b8ae267fe403fb9cd4876d9772f40878b">9b93b24</a>)</li> </ul> <h2>4.60.0 (2024-09-12)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.59.0...v4.60.0">v4.59.0...v4.60.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add o1 models (<a href="https://redirect.github.com/openai/openai-node/issues/1061">#1061</a>) (<a href="https://github.com/openai/openai-node/commit/224cc045200cd1ce1517b4376c505de9b9a74ccc">224cc04</a>)</li> </ul> <h2>4.59.0 (2024-09-11)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openai/openai-node/commit/e26f31c4540ae0e61f649b400b120b95e12cf783"><code>e26f31c</code></a> release: 4.61.1</li> <li><a href="https://github.com/openai/openai-node/commit/0389da8d84c8c396b50f6efef72154102511d8c7"><code>0389da8</code></a> chore(internal): update spec link (<a href="https://redirect.github.com/openai/openai-node/issues/1076">#1076</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/5d4d74fd684699c5be420a6b441e7e46fdd43bed"><code>5d4d74f</code></a> fix(runTools): correct request options type (<a href="https://redirect.github.com/openai/openai-node/issues/1073">#1073</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/328f75caef55f2d7a829d3de520b741855e2e104"><code>328f75c</code></a> release: 4.61.0</li> <li><a href="https://github.com/openai/openai-node/commit/872f74c61b4aa2ea4072d345142d6e89be68f54b"><code>872f74c</code></a> chore(examples): add a small delay to tool-calls example streaming</li> <li><a href="https://github.com/openai/openai-node/commit/bf72a084ec67549ff4414c94c6879cc6550b7aa4"><code>bf72a08</code></a> fix(client): partial parsing update to handle strings</li> <li><a href="https://github.com/openai/openai-node/commit/1fa551337a6d33df39f12dd973e80726c8e727a8"><code>1fa5513</code></a> docs: update CONTRIBUTING.md (<a href="https://redirect.github.com/openai/openai-node/issues/1071">#1071</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/90c2da5792f1e93dae162bba54be8a9c20704b1e"><code>90c2da5</code></a> fix(examples): handle usage chunk in tool call streaming (<a href="https://redirect.github.com/openai/openai-node/issues/1068">#1068</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/58eb50c781260290b3ef9d664ee3d5153e5d9479"><code>58eb50c</code></a> release: 4.60.1</li> <li><a href="https://github.com/openai/openai-node/commit/908ae61f3c228e0c285f736aab226b1e6db5247f"><code>908ae61</code></a> fix(zod): correctly add $ref definitions for transformed schemas (<a href="https://redirect.github.com/openai/openai-node/issues/1065">#1065</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openai/openai-node/compare/v4.56.1...v4.61.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.56.1&new-version=4.61.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:53:22 +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#167
No description provided.