[PR #399] [CLOSED] Bump openai from 4.90.0 to 4.93.0 #422

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

📋 Pull Request Information

Original PR: https://github.com/jehna/humanify/pull/399
Author: @dependabot[bot]
Created: 4/9/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/openai-4.93.0


📝 Commits (1)

  • 5f11646 Bump openai from 4.90.0 to 4.93.0

📊 Changes

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

View changed files

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

📄 Description

Bumps openai from 4.90.0 to 4.93.0.

Release notes

Sourced from openai's releases.

v4.93.0

4.93.0 (2025-04-08)

Full Changelog: v4.92.1...v4.93.0

Features

Chores

v4.92.1

4.92.1 (2025-04-07)

Full Changelog: v4.92.0...v4.92.1

Chores

  • internal: only run examples workflow in main repo (#1450) (5e49a7a)

v4.92.0

4.92.0 (2025-04-07)

Full Changelog: v4.91.1...v4.92.0

Features

Bug Fixes

  • api: improve type resolution when importing as a package (#1444) (4aa46d6)
  • client: send X-Stainless-Timeout in seconds (#1442) (aa4206c)
  • embeddings: correctly decode base64 data (#1448) (58128f7)
  • mcp: remove unused tools.ts (#1445) (520a8fa)

Chores

  • internal: add aliases for Record and Array (#1443) (b65391b)

... (truncated)

Changelog

Sourced from openai's changelog.

4.93.0 (2025-04-08)

Full Changelog: v4.92.1...v4.93.0

Features

Chores

4.92.1 (2025-04-07)

Full Changelog: v4.92.0...v4.92.1

Chores

  • internal: only run examples workflow in main repo (#1450) (5e49a7a)

4.92.0 (2025-04-07)

Full Changelog: v4.91.1...v4.92.0

Features

Bug Fixes

  • api: improve type resolution when importing as a package (#1444) (4aa46d6)
  • client: send X-Stainless-Timeout in seconds (#1442) (aa4206c)
  • embeddings: correctly decode base64 data (#1448) (58128f7)
  • mcp: remove unused tools.ts (#1445) (520a8fa)

Chores

  • internal: add aliases for Record and Array (#1443) (b65391b)

4.91.1 (2025-04-01)

Full Changelog: v4.91.0...v4.91.1

... (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/399 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/openai-4.93.0` --- ### 📝 Commits (1) - [`5f11646`](https://github.com/jehna/humanify/commit/5f116466098819153725bc0eb18105c8bb18a6b8) Bump openai from 4.90.0 to 4.93.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.90.0 to 4.93.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.93.0</h2> <h2>4.93.0 (2025-04-08)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.92.1...v4.93.0">v4.92.1...v4.93.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> Add evalapi to sdk (<a href="https://redirect.github.com/openai/openai-node/issues/1456">#1456</a>) (<a href="https://github.com/openai/openai-node/commit/ee917e3335fcf44e87a28e54ce8ddfdcdfab1652">ee917e3</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> fix examples (<a href="https://redirect.github.com/openai/openai-node/issues/1457">#1457</a>) (<a href="https://github.com/openai/openai-node/commit/a3dd0dde3e8ad9cc7a02cf203d4550f91d31a2ae">a3dd0dd</a>)</li> <li><strong>internal:</strong> skip broken test (<a href="https://redirect.github.com/openai/openai-node/issues/1458">#1458</a>) (<a href="https://github.com/openai/openai-node/commit/4d2f815ba5f6c426f9c21f4c3db443166389bbf8">4d2f815</a>)</li> <li><strong>tests:</strong> improve enum examples (<a href="https://redirect.github.com/openai/openai-node/issues/1454">#1454</a>) (<a href="https://github.com/openai/openai-node/commit/ecabce282a9fb60122310942f3b647dfefae5403">ecabce2</a>)</li> </ul> <h2>v4.92.1</h2> <h2>4.92.1 (2025-04-07)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.92.0...v4.92.1">v4.92.0...v4.92.1</a></p> <h3>Chores</h3> <ul> <li><strong>internal:</strong> only run examples workflow in main repo (<a href="https://redirect.github.com/openai/openai-node/issues/1450">#1450</a>) (<a href="https://github.com/openai/openai-node/commit/5e49a7a447bb788fa05898c15ae57c6ea9c8fd49">5e49a7a</a>)</li> </ul> <h2>v4.92.0</h2> <h2>4.92.0 (2025-04-07)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.91.1...v4.92.0">v4.91.1...v4.92.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> manual updates (<a href="https://github.com/openai/openai-node/commit/891754d7fa42d71ce4f93288dd043ef0b97fee23">891754d</a>)</li> <li><strong>api:</strong> manual updates (<a href="https://github.com/openai/openai-node/commit/01e5546f3f48a1f4d645e09e7581f16b30f25bdd">01e5546</a>)</li> <li><strong>api:</strong> manual updates (<a href="https://github.com/openai/openai-node/commit/f38dbf3b39b0800b3bbef5c603a4fa2b616f25d8">f38dbf3</a>)</li> <li><strong>api:</strong> manual updates (<a href="https://github.com/openai/openai-node/commit/1f12253054a5a7e35dc03b17901b4c1f33bf5b3d">1f12253</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> improve type resolution when importing as a package (<a href="https://redirect.github.com/openai/openai-node/issues/1444">#1444</a>) (<a href="https://github.com/openai/openai-node/commit/4aa46d6c0da681bcdde31fcbb09e8ba6fdaf764b">4aa46d6</a>)</li> <li><strong>client:</strong> send <code>X-Stainless-Timeout</code> in seconds (<a href="https://redirect.github.com/openai/openai-node/issues/1442">#1442</a>) (<a href="https://github.com/openai/openai-node/commit/aa4206c7d93b4e3114a697f5467ffbbf5a64d1a8">aa4206c</a>)</li> <li><strong>embeddings:</strong> correctly decode base64 data (<a href="https://redirect.github.com/openai/openai-node/issues/1448">#1448</a>) (<a href="https://github.com/openai/openai-node/commit/58128f7efde73726da740c42adde7b02cdf60a6a">58128f7</a>)</li> <li><strong>mcp:</strong> remove unused tools.ts (<a href="https://redirect.github.com/openai/openai-node/issues/1445">#1445</a>) (<a href="https://github.com/openai/openai-node/commit/520a8fa77a69ce5855dde3481f9bd39339cb7b83">520a8fa</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> add aliases for Record and Array (<a href="https://redirect.github.com/openai/openai-node/issues/1443">#1443</a>) (<a href="https://github.com/openai/openai-node/commit/b65391ba10d5063035c3e5c0bcc5a48ffc80f41d">b65391b</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.93.0 (2025-04-08)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.92.1...v4.93.0">v4.92.1...v4.93.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> Add evalapi to sdk (<a href="https://redirect.github.com/openai/openai-node/issues/1456">#1456</a>) (<a href="https://github.com/openai/openai-node/commit/ee917e3335fcf44e87a28e54ce8ddfdcdfab1652">ee917e3</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> fix examples (<a href="https://redirect.github.com/openai/openai-node/issues/1457">#1457</a>) (<a href="https://github.com/openai/openai-node/commit/a3dd0dde3e8ad9cc7a02cf203d4550f91d31a2ae">a3dd0dd</a>)</li> <li><strong>internal:</strong> skip broken test (<a href="https://redirect.github.com/openai/openai-node/issues/1458">#1458</a>) (<a href="https://github.com/openai/openai-node/commit/4d2f815ba5f6c426f9c21f4c3db443166389bbf8">4d2f815</a>)</li> <li><strong>tests:</strong> improve enum examples (<a href="https://redirect.github.com/openai/openai-node/issues/1454">#1454</a>) (<a href="https://github.com/openai/openai-node/commit/ecabce282a9fb60122310942f3b647dfefae5403">ecabce2</a>)</li> </ul> <h2>4.92.1 (2025-04-07)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.92.0...v4.92.1">v4.92.0...v4.92.1</a></p> <h3>Chores</h3> <ul> <li><strong>internal:</strong> only run examples workflow in main repo (<a href="https://redirect.github.com/openai/openai-node/issues/1450">#1450</a>) (<a href="https://github.com/openai/openai-node/commit/5e49a7a447bb788fa05898c15ae57c6ea9c8fd49">5e49a7a</a>)</li> </ul> <h2>4.92.0 (2025-04-07)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.91.1...v4.92.0">v4.91.1...v4.92.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> manual updates (<a href="https://github.com/openai/openai-node/commit/891754d7fa42d71ce4f93288dd043ef0b97fee23">891754d</a>)</li> <li><strong>api:</strong> manual updates (<a href="https://github.com/openai/openai-node/commit/01e5546f3f48a1f4d645e09e7581f16b30f25bdd">01e5546</a>)</li> <li><strong>api:</strong> manual updates (<a href="https://github.com/openai/openai-node/commit/f38dbf3b39b0800b3bbef5c603a4fa2b616f25d8">f38dbf3</a>)</li> <li><strong>api:</strong> manual updates (<a href="https://github.com/openai/openai-node/commit/1f12253054a5a7e35dc03b17901b4c1f33bf5b3d">1f12253</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> improve type resolution when importing as a package (<a href="https://redirect.github.com/openai/openai-node/issues/1444">#1444</a>) (<a href="https://github.com/openai/openai-node/commit/4aa46d6c0da681bcdde31fcbb09e8ba6fdaf764b">4aa46d6</a>)</li> <li><strong>client:</strong> send <code>X-Stainless-Timeout</code> in seconds (<a href="https://redirect.github.com/openai/openai-node/issues/1442">#1442</a>) (<a href="https://github.com/openai/openai-node/commit/aa4206c7d93b4e3114a697f5467ffbbf5a64d1a8">aa4206c</a>)</li> <li><strong>embeddings:</strong> correctly decode base64 data (<a href="https://redirect.github.com/openai/openai-node/issues/1448">#1448</a>) (<a href="https://github.com/openai/openai-node/commit/58128f7efde73726da740c42adde7b02cdf60a6a">58128f7</a>)</li> <li><strong>mcp:</strong> remove unused tools.ts (<a href="https://redirect.github.com/openai/openai-node/issues/1445">#1445</a>) (<a href="https://github.com/openai/openai-node/commit/520a8fa77a69ce5855dde3481f9bd39339cb7b83">520a8fa</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> add aliases for Record and Array (<a href="https://redirect.github.com/openai/openai-node/issues/1443">#1443</a>) (<a href="https://github.com/openai/openai-node/commit/b65391ba10d5063035c3e5c0bcc5a48ffc80f41d">b65391b</a>)</li> </ul> <h2>4.91.1 (2025-04-01)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.91.0...v4.91.1">v4.91.0...v4.91.1</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/e9ca1a07691976f41492e3652e1cccea33a9b70b"><code>e9ca1a0</code></a> release: 4.93.0</li> <li><a href="https://github.com/openai/openai-node/commit/58f4559d952f6e56a8f27a6bcaba0acf295623df"><code>58f4559</code></a> chore(internal): skip broken test (<a href="https://redirect.github.com/openai/openai-node/issues/1458">#1458</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/a100f0a0e1d336f8a78c8bbd9e3703cda3f0c5d8"><code>a100f0a</code></a> chore(internal): fix examples (<a href="https://redirect.github.com/openai/openai-node/issues/1457">#1457</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/33b66f517e756e63c676efee97f7122b3cf165d1"><code>33b66f5</code></a> feat(api): Add evalapi to sdk (<a href="https://redirect.github.com/openai/openai-node/issues/1456">#1456</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/15a86c958bf300486907f2498e1028fc9bc50b00"><code>15a86c9</code></a> chore(tests): improve enum examples (<a href="https://redirect.github.com/openai/openai-node/issues/1454">#1454</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/324b091e8d70c6a13e486ca87727d4bd59d9b71f"><code>324b091</code></a> release: 4.92.1</li> <li><a href="https://github.com/openai/openai-node/commit/93569f39799512604db439af20f0ef0ad3dae295"><code>93569f3</code></a> chore(internal): only run examples workflow in main repo (<a href="https://redirect.github.com/openai/openai-node/issues/1450">#1450</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/0d31f406d3c47fb2f3a2a406a53ca28279af5641"><code>0d31f40</code></a> release: 4.92.0</li> <li><a href="https://github.com/openai/openai-node/commit/d6b99c8fcbd35ef6b45d66f487aea759c01febbc"><code>d6b99c8</code></a> fix(embeddings): correctly decode base64 data (<a href="https://redirect.github.com/openai/openai-node/issues/1448">#1448</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/4ba994773b41a3ed05a3ad908b235fc5f3810dfc"><code>4ba9947</code></a> fix(mcp): remove unused tools.ts (<a href="https://redirect.github.com/openai/openai-node/issues/1445">#1445</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openai/openai-node/compare/v4.90.0...v4.93.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.90.0&new-version=4.93.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:28 +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#422
No description provided.