[PR #319] [MERGED] Bump openai from 4.83.0 to 4.84.0 #353

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

📋 Pull Request Information

Original PR: https://github.com/jehna/humanify/pull/319
Author: @dependabot[bot]
Created: 2/13/2025
Status: Merged
Merged: 2/13/2025
Merged by: @github-actions[bot]

Base: mainHead: dependabot/npm_and_yarn/openai-4.84.0


📝 Commits (1)

  • 6cf311a Bump openai from 4.83.0 to 4.84.0

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 package-lock.json (+3 -3)

📄 Description

Bumps openai from 4.83.0 to 4.84.0.

Release notes

Sourced from openai's releases.

v4.84.0

4.84.0 (2025-02-12)

Full Changelog: v4.83.0...v4.84.0

Features

  • pagination: avoid fetching when has_more: false (#1305) (b6944c6)

Bug Fixes

  • api: add missing reasoning effort + model enums (#1302) (14c55c3)
  • assistants: handle thread.run.incomplete event (7032cc4)
  • correctly decode multi-byte characters over multiple chunks (#1316) (dd776c4)

Chores

  • internal: remove segfault-handler dependency (3521ca3)

Documentation

  • readme: cleanup into multiple files (da94424)
Changelog

Sourced from openai's changelog.

4.84.0 (2025-02-12)

Full Changelog: v4.83.0...v4.84.0

Features

  • pagination: avoid fetching when has_more: false (#1305) (b6944c6)

Bug Fixes

  • api: add missing reasoning effort + model enums (#1302) (14c55c3)
  • assistants: handle thread.run.incomplete event (7032cc4)
  • correctly decode multi-byte characters over multiple chunks (#1316) (dd776c4)

Chores

  • internal: remove segfault-handler dependency (3521ca3)

Documentation

  • readme: cleanup into multiple files (da94424)
Commits
  • 0ea7238 release: 4.84.0
  • 5e5a38a fix(assistants): handle thread.run.incomplete event
  • 85ff876 fix: correctly decode multi-byte characters over multiple chunks (#1316)
  • 2d071df chore(internal): remove segfault-handler dependency
  • 23c194b feat(pagination): avoid fetching when has_more: false (#1305)
  • f446412 docs(readme): cleanup into multiple files
  • 27d354a fix(api): add missing reasoning effort + model enums (#1302)
  • 2a43456 Fix Azure OpenAI client import
  • See full diff 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/319 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/13/2025 **Status:** ✅ Merged **Merged:** 2/13/2025 **Merged by:** [@github-actions[bot]](https://github.com/apps/github-actions) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/openai-4.84.0` --- ### 📝 Commits (1) - [`6cf311a`](https://github.com/jehna/humanify/commit/6cf311acfce71edca44a857d9650f1bdcc28a71d) Bump openai from 4.83.0 to 4.84.0 ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -3) </details> ### 📄 Description Bumps [openai](https://github.com/openai/openai-node) from 4.83.0 to 4.84.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.84.0</h2> <h2>4.84.0 (2025-02-12)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.83.0...v4.84.0">v4.83.0...v4.84.0</a></p> <h3>Features</h3> <ul> <li><strong>pagination:</strong> avoid fetching when has_more: false (<a href="https://redirect.github.com/openai/openai-node/issues/1305">#1305</a>) (<a href="https://github.com/openai/openai-node/commit/b6944c634b53c9084f2ccf777c2491e89b2cc7af">b6944c6</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> add missing reasoning effort + model enums (<a href="https://redirect.github.com/openai/openai-node/issues/1302">#1302</a>) (<a href="https://github.com/openai/openai-node/commit/14c55c312e31f1ed46d02f39a99049f785504a53">14c55c3</a>)</li> <li><strong>assistants:</strong> handle <code>thread.run.incomplete</code> event (<a href="https://github.com/openai/openai-node/commit/7032cc40b8aa0a58459cf114bceb8028a8517400">7032cc4</a>)</li> <li>correctly decode multi-byte characters over multiple chunks (<a href="https://redirect.github.com/openai/openai-node/issues/1316">#1316</a>) (<a href="https://github.com/openai/openai-node/commit/dd776c4867401f527f699bd4b9e567890256e849">dd776c4</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> remove segfault-handler dependency (<a href="https://github.com/openai/openai-node/commit/3521ca34e7f5bd51542084e27c084a5d7cc5448b">3521ca3</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>readme:</strong> cleanup into multiple files (<a href="https://github.com/openai/openai-node/commit/da944242e542e9e5e51cb11853c621fc6825ac02">da94424</a>)</li> </ul> </blockquote> </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.84.0 (2025-02-12)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.83.0...v4.84.0">v4.83.0...v4.84.0</a></p> <h3>Features</h3> <ul> <li><strong>pagination:</strong> avoid fetching when has_more: false (<a href="https://redirect.github.com/openai/openai-node/issues/1305">#1305</a>) (<a href="https://github.com/openai/openai-node/commit/b6944c634b53c9084f2ccf777c2491e89b2cc7af">b6944c6</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> add missing reasoning effort + model enums (<a href="https://redirect.github.com/openai/openai-node/issues/1302">#1302</a>) (<a href="https://github.com/openai/openai-node/commit/14c55c312e31f1ed46d02f39a99049f785504a53">14c55c3</a>)</li> <li><strong>assistants:</strong> handle <code>thread.run.incomplete</code> event (<a href="https://github.com/openai/openai-node/commit/7032cc40b8aa0a58459cf114bceb8028a8517400">7032cc4</a>)</li> <li>correctly decode multi-byte characters over multiple chunks (<a href="https://redirect.github.com/openai/openai-node/issues/1316">#1316</a>) (<a href="https://github.com/openai/openai-node/commit/dd776c4867401f527f699bd4b9e567890256e849">dd776c4</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> remove segfault-handler dependency (<a href="https://github.com/openai/openai-node/commit/3521ca34e7f5bd51542084e27c084a5d7cc5448b">3521ca3</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>readme:</strong> cleanup into multiple files (<a href="https://github.com/openai/openai-node/commit/da944242e542e9e5e51cb11853c621fc6825ac02">da94424</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openai/openai-node/commit/0ea723831b52ed22cadfc997ddb45a758e2247db"><code>0ea7238</code></a> release: 4.84.0</li> <li><a href="https://github.com/openai/openai-node/commit/5e5a38a3f5bd45e74eb624fe85664294247bf580"><code>5e5a38a</code></a> fix(assistants): handle <code>thread.run.incomplete</code> event</li> <li><a href="https://github.com/openai/openai-node/commit/85ff876a75147490e60c70c2f36e964513f1086a"><code>85ff876</code></a> fix: correctly decode multi-byte characters over multiple chunks (<a href="https://redirect.github.com/openai/openai-node/issues/1316">#1316</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/2d071dfd9e507e3a37177d1f96a5438ba9ac1268"><code>2d071df</code></a> chore(internal): remove segfault-handler dependency</li> <li><a href="https://github.com/openai/openai-node/commit/23c194b4b927e50d0f5a78272e9ac50b181c53eb"><code>23c194b</code></a> feat(pagination): avoid fetching when has_more: false (<a href="https://redirect.github.com/openai/openai-node/issues/1305">#1305</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/f44641236e9f90758c535cc948d5734ae20fd5a5"><code>f446412</code></a> docs(readme): cleanup into multiple files</li> <li><a href="https://github.com/openai/openai-node/commit/27d354a363d3c8dc5056bd28f8f1073757046f48"><code>27d354a</code></a> fix(api): add missing reasoning effort + model enums (<a href="https://redirect.github.com/openai/openai-node/issues/1302">#1302</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/2a43456b2e085f79ff3ebebdfa55c65f68dfbe56"><code>2a43456</code></a> Fix Azure OpenAI client import</li> <li>See full diff in <a href="https://github.com/openai/openai-node/compare/v4.83.0...v4.84.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.83.0&new-version=4.84.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:11 +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#353
No description provided.