[PR #407] [CLOSED] Bump openai from 4.90.0 to 4.95.0 #427

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

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/openai-4.95.0


📝 Commits (1)

  • d504942 Bump openai from 4.90.0 to 4.95.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.95.0.

Release notes

Sourced from openai's releases.

v4.95.0

4.95.0 (2025-04-16)

Full Changelog: v4.94.0...v4.95.0

Features

  • api: add o3 and o4-mini model IDs (4845cd9)

v4.94.0

4.94.0 (2025-04-14)

Full Changelog: v4.93.0...v4.94.0

Features

  • api: adding gpt-4.1 family of model IDs (bddcbcf)
  • api: manual updates (7532f48)

Chores

  • client: minor internal fixes (d342f17)
  • internal: reduce CI branch coverage (a49b94a)
  • internal: upload builds and expand CI branch coverage (#1460) (7e23bb4)
  • workaround build errors (913eba8)

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

... (truncated)

Changelog

Sourced from openai's changelog.

4.95.0 (2025-04-16)

Full Changelog: v4.94.0...v4.95.0

Features

  • api: add o3 and o4-mini model IDs (4845cd9)

4.94.0 (2025-04-14)

Full Changelog: v4.93.0...v4.94.0

Features

  • api: adding gpt-4.1 family of model IDs (bddcbcf)
  • api: manual updates (7532f48)

Chores

  • client: minor internal fixes (d342f17)
  • internal: reduce CI branch coverage (a49b94a)
  • internal: upload builds and expand CI branch coverage (#1460) (7e23bb4)
  • workaround build errors (913eba8)

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)

... (truncated)

Commits
  • b5a5ee4 release: 4.95.0
  • a0d0000 feat(api): add o3 and o4-mini model IDs
  • bd50165 release: 4.94.0
  • 840e7de feat(api): adding gpt-4.1 family of model IDs
  • 6558b7c chore(client): minor internal fixes
  • 77fc77f chore(internal): reduce CI branch coverage
  • 2d45287 chore(internal): upload builds and expand CI branch coverage (#1460)
  • d6b396b chore: workaround build errors
  • 554c3b1 feat(api): manual updates
  • e9ca1a0 release: 4.93.0
  • 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/407 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/17/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/openai-4.95.0` --- ### 📝 Commits (1) - [`d504942`](https://github.com/jehna/humanify/commit/d50494295590aeccfc3ea1db57974ad66599321c) Bump openai from 4.90.0 to 4.95.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.95.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.95.0</h2> <h2>4.95.0 (2025-04-16)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.94.0...v4.95.0">v4.94.0...v4.95.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add o3 and o4-mini model IDs (<a href="https://github.com/openai/openai-node/commit/4845cd9ac17450022f1632ae01397e41a97f1662">4845cd9</a>)</li> </ul> <h2>v4.94.0</h2> <h2>4.94.0 (2025-04-14)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.93.0...v4.94.0">v4.93.0...v4.94.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> adding gpt-4.1 family of model IDs (<a href="https://github.com/openai/openai-node/commit/bddcbcffdc409ffc8a078a65bbd302cd50b35ff0">bddcbcf</a>)</li> <li><strong>api:</strong> manual updates (<a href="https://github.com/openai/openai-node/commit/7532f48ad25c5125064a59985587c20c47a2cbfb">7532f48</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>client:</strong> minor internal fixes (<a href="https://github.com/openai/openai-node/commit/d342f17e2642da5ee83d080b410dc3c4fe153814">d342f17</a>)</li> <li><strong>internal:</strong> reduce CI branch coverage (<a href="https://github.com/openai/openai-node/commit/a49b94a9aebd3e30e1802fff633e1b46cfb81942">a49b94a</a>)</li> <li><strong>internal:</strong> upload builds and expand CI branch coverage (<a href="https://redirect.github.com/openai/openai-node/issues/1460">#1460</a>) (<a href="https://github.com/openai/openai-node/commit/7e23bb4f4a09303195b612cc5b393cc41c1d855b">7e23bb4</a>)</li> <li>workaround build errors (<a href="https://github.com/openai/openai-node/commit/913eba828d116f49fa78b219c62274c1e95c6f17">913eba8</a>)</li> </ul> <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> <!-- 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.95.0 (2025-04-16)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.94.0...v4.95.0">v4.94.0...v4.95.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add o3 and o4-mini model IDs (<a href="https://github.com/openai/openai-node/commit/4845cd9ac17450022f1632ae01397e41a97f1662">4845cd9</a>)</li> </ul> <h2>4.94.0 (2025-04-14)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.93.0...v4.94.0">v4.93.0...v4.94.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> adding gpt-4.1 family of model IDs (<a href="https://github.com/openai/openai-node/commit/bddcbcffdc409ffc8a078a65bbd302cd50b35ff0">bddcbcf</a>)</li> <li><strong>api:</strong> manual updates (<a href="https://github.com/openai/openai-node/commit/7532f48ad25c5125064a59985587c20c47a2cbfb">7532f48</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>client:</strong> minor internal fixes (<a href="https://github.com/openai/openai-node/commit/d342f17e2642da5ee83d080b410dc3c4fe153814">d342f17</a>)</li> <li><strong>internal:</strong> reduce CI branch coverage (<a href="https://github.com/openai/openai-node/commit/a49b94a9aebd3e30e1802fff633e1b46cfb81942">a49b94a</a>)</li> <li><strong>internal:</strong> upload builds and expand CI branch coverage (<a href="https://redirect.github.com/openai/openai-node/issues/1460">#1460</a>) (<a href="https://github.com/openai/openai-node/commit/7e23bb4f4a09303195b612cc5b393cc41c1d855b">7e23bb4</a>)</li> <li>workaround build errors (<a href="https://github.com/openai/openai-node/commit/913eba828d116f49fa78b219c62274c1e95c6f17">913eba8</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openai/openai-node/commit/b5a5ee43837778adae925f6abcbc395b30ed826b"><code>b5a5ee4</code></a> release: 4.95.0</li> <li><a href="https://github.com/openai/openai-node/commit/a0d000094f69db82974de4ba792cd07d4ab59c21"><code>a0d0000</code></a> feat(api): add o3 and o4-mini model IDs</li> <li><a href="https://github.com/openai/openai-node/commit/bd501650af112dd69a2b220beadbb30f42cd9f77"><code>bd50165</code></a> release: 4.94.0</li> <li><a href="https://github.com/openai/openai-node/commit/840e7de7870835488d4c823d97afdf5d53a739be"><code>840e7de</code></a> feat(api): adding gpt-4.1 family of model IDs</li> <li><a href="https://github.com/openai/openai-node/commit/6558b7ca8aef2f98f47a07bc206eb4a789097510"><code>6558b7c</code></a> chore(client): minor internal fixes</li> <li><a href="https://github.com/openai/openai-node/commit/77fc77f7d05d03eafe6c8f002044c60c4bab3c64"><code>77fc77f</code></a> chore(internal): reduce CI branch coverage</li> <li><a href="https://github.com/openai/openai-node/commit/2d452879000c07f3ef4e775e19a527f5f6fa7b4c"><code>2d45287</code></a> chore(internal): upload builds and expand CI branch coverage (<a href="https://redirect.github.com/openai/openai-node/issues/1460">#1460</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/d6b396b94d9ccf64ddfe945069012b6162225fa9"><code>d6b396b</code></a> chore: workaround build errors</li> <li><a href="https://github.com/openai/openai-node/commit/554c3b142024bec8010474cd7e42b99a209d4daa"><code>554c3b1</code></a> feat(api): manual updates</li> <li><a href="https://github.com/openai/openai-node/commit/e9ca1a07691976f41492e3652e1cccea33a9b70b"><code>e9ca1a0</code></a> release: 4.93.0</li> <li>Additional commits viewable in <a href="https://github.com/openai/openai-node/compare/v4.90.0...v4.95.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.95.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:30 +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#427
No description provided.