[PR #731] Bump openai from 4.90.0 to 6.17.0 #729

Open
opened 2026-03-03 13:55:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jehna/humanify/pull/731
Author: @dependabot[bot]
Created: 1/29/2026
Status: 🔄 Open

Base: mainHead: dependabot/npm_and_yarn/openai-6.17.0


📝 Commits (1)

  • 03170cd Bump openai from 4.90.0 to 6.17.0

📊 Changes

2 files changed (+8 additions, -171 deletions)

View changed files

📝 package-lock.json (+7 -170)
📝 package.json (+1 -1)

📄 Description

Bumps openai from 4.90.0 to 6.17.0.

Release notes

Sourced from openai's releases.

v6.17.0

6.17.0 (2026-01-28)

Full Changelog: v6.16.0...v6.17.0

Features

Bug Fixes

  • api: mark assistants as deprecated (3ae2a14)

Chores

  • ci: upgrade actions/github-script (4ea73d3)
  • internal: update actions/checkout version (f163b77)
  • internal: upgrade babel, qs, js-yaml (2e2f3c6)

v6.16.0

6.16.0 (2026-01-09)

Full Changelog: v6.15.0...v6.16.0

Features

  • api: add new Response completed_at prop (ca40534)
  • ci: add breaking change detection workflow (a6f3dea)

Chores

  • break long lines in snippets into multiline (80dee2f)
  • internal: codegen related update (b2fac3e)

v6.15.0

6.15.0 (2025-12-19)

Full Changelog: v6.14.0...v6.15.0

Bug Fixes

v6.14.0

6.14.0 (2025-12-16)

... (truncated)

Changelog

Sourced from openai's changelog.

6.17.0 (2026-01-28)

Full Changelog: v6.16.0...v6.17.0

Features

Bug Fixes

  • api: mark assistants as deprecated (3ae2a14)

Chores

  • ci: upgrade actions/github-script (4ea73d3)
  • internal: update actions/checkout version (f163b77)
  • internal: upgrade babel, qs, js-yaml (2e2f3c6)

6.16.0 (2026-01-09)

Full Changelog: v6.15.0...v6.16.0

Features

  • api: add new Response completed_at prop (ca40534)
  • ci: add breaking change detection workflow (a6f3dea)

Chores

  • break long lines in snippets into multiline (80dee2f)
  • internal: codegen related update (b2fac3e)

6.15.0 (2025-12-19)

Full Changelog: v6.14.0...v6.15.0

Bug Fixes

6.14.0 (2025-12-16)

Full Changelog: v6.13.0...v6.14.0

Features

... (truncated)

Commits
  • 114e795 release: 6.17.0
  • df95bf2 feat(api): add shell_call_output status field
  • f19b5b3 feat(api): api updates
  • e0a7828 fix(api): mark assistants as deprecated
  • e81a8a9 chore(ci): upgrade actions/github-script
  • c49cae8 Update README models to gpt-5.2
  • ae80b55 codegen metadata
  • a4b6473 feat(api): api update
  • 315426d chore(internal): update actions/checkout version
  • 604082a chore(internal): upgrade babel, qs, js-yaml
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by apcha-oai, a new releaser for openai since your current version.


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/731 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/29/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/openai-6.17.0` --- ### 📝 Commits (1) - [`03170cd`](https://github.com/jehna/humanify/commit/03170cd68091468b0c58f66d970349753cd17871) Bump openai from 4.90.0 to 6.17.0 ### 📊 Changes **2 files changed** (+8 additions, -171 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+7 -170) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [openai](https://github.com/openai/openai-node) from 4.90.0 to 6.17.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>v6.17.0</h2> <h2>6.17.0 (2026-01-28)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.16.0...v6.17.0">v6.16.0...v6.17.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add shell_call_output status field (<a href="https://github.com/openai/openai-node/commit/edf95904294cce6cdcac521ee75dc8e0a033df4c">edf9590</a>)</li> <li><strong>api:</strong> api update (<a href="https://github.com/openai/openai-node/commit/6a2eb80f53c21f52ff217faef9b783e1cf9846c1">6a2eb80</a>)</li> <li><strong>api:</strong> api updates (<a href="https://github.com/openai/openai-node/commit/19ca100e9ebb2d03983da923c4bf944aa23c1f00">19ca100</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> mark assistants as deprecated (<a href="https://github.com/openai/openai-node/commit/3ae2a1439bc30d83c81e30ab30ddd06f91fee61f">3ae2a14</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>ci:</strong> upgrade <code>actions/github-script</code> (<a href="https://github.com/openai/openai-node/commit/4ea73d389b1b96d88c4c37c1a3a08ea143317c08">4ea73d3</a>)</li> <li><strong>internal:</strong> update <code>actions/checkout</code> version (<a href="https://github.com/openai/openai-node/commit/f163b77bf2bb127f8049a0a7b1a2795c4f2bae50">f163b77</a>)</li> <li><strong>internal:</strong> upgrade babel, qs, js-yaml (<a href="https://github.com/openai/openai-node/commit/2e2f3c66ed61c0666e19831b123ea13d42978112">2e2f3c6</a>)</li> </ul> <h2>v6.16.0</h2> <h2>6.16.0 (2026-01-09)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.15.0...v6.16.0">v6.15.0...v6.16.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add new Response completed_at prop (<a href="https://github.com/openai/openai-node/commit/ca40534778311def52bc7dbbab043d925cdaf847">ca40534</a>)</li> <li><strong>ci:</strong> add breaking change detection workflow (<a href="https://github.com/openai/openai-node/commit/a6f3deaf89ea0ef85cc57e1150032bb6b807c3b9">a6f3dea</a>)</li> </ul> <h3>Chores</h3> <ul> <li>break long lines in snippets into multiline (<a href="https://github.com/openai/openai-node/commit/80dee2fe64d1b13f181bd482b31eb06fd6c5f3f4">80dee2f</a>)</li> <li><strong>internal:</strong> codegen related update (<a href="https://github.com/openai/openai-node/commit/b2fac3ecdc3aecc3303c26304c4c94deda061edb">b2fac3e</a>)</li> </ul> <h2>v6.15.0</h2> <h2>6.15.0 (2025-12-19)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.14.0...v6.15.0">v6.14.0...v6.15.0</a></p> <h3>Bug Fixes</h3> <ul> <li>rebuild (<a href="https://github.com/openai/openai-node/commit/5627b4181775981e48991ea246e091afdfdc3caf">5627b41</a>)</li> </ul> <h2>v6.14.0</h2> <h2>6.14.0 (2025-12-16)</h2> <!-- 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>6.17.0 (2026-01-28)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.16.0...v6.17.0">v6.16.0...v6.17.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add shell_call_output status field (<a href="https://github.com/openai/openai-node/commit/edf95904294cce6cdcac521ee75dc8e0a033df4c">edf9590</a>)</li> <li><strong>api:</strong> api update (<a href="https://github.com/openai/openai-node/commit/6a2eb80f53c21f52ff217faef9b783e1cf9846c1">6a2eb80</a>)</li> <li><strong>api:</strong> api updates (<a href="https://github.com/openai/openai-node/commit/19ca100e9ebb2d03983da923c4bf944aa23c1f00">19ca100</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> mark assistants as deprecated (<a href="https://github.com/openai/openai-node/commit/3ae2a1439bc30d83c81e30ab30ddd06f91fee61f">3ae2a14</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>ci:</strong> upgrade <code>actions/github-script</code> (<a href="https://github.com/openai/openai-node/commit/4ea73d389b1b96d88c4c37c1a3a08ea143317c08">4ea73d3</a>)</li> <li><strong>internal:</strong> update <code>actions/checkout</code> version (<a href="https://github.com/openai/openai-node/commit/f163b77bf2bb127f8049a0a7b1a2795c4f2bae50">f163b77</a>)</li> <li><strong>internal:</strong> upgrade babel, qs, js-yaml (<a href="https://github.com/openai/openai-node/commit/2e2f3c66ed61c0666e19831b123ea13d42978112">2e2f3c6</a>)</li> </ul> <h2>6.16.0 (2026-01-09)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.15.0...v6.16.0">v6.15.0...v6.16.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add new Response completed_at prop (<a href="https://github.com/openai/openai-node/commit/ca40534778311def52bc7dbbab043d925cdaf847">ca40534</a>)</li> <li><strong>ci:</strong> add breaking change detection workflow (<a href="https://github.com/openai/openai-node/commit/a6f3deaf89ea0ef85cc57e1150032bb6b807c3b9">a6f3dea</a>)</li> </ul> <h3>Chores</h3> <ul> <li>break long lines in snippets into multiline (<a href="https://github.com/openai/openai-node/commit/80dee2fe64d1b13f181bd482b31eb06fd6c5f3f4">80dee2f</a>)</li> <li><strong>internal:</strong> codegen related update (<a href="https://github.com/openai/openai-node/commit/b2fac3ecdc3aecc3303c26304c4c94deda061edb">b2fac3e</a>)</li> </ul> <h2>6.15.0 (2025-12-19)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.14.0...v6.15.0">v6.14.0...v6.15.0</a></p> <h3>Bug Fixes</h3> <ul> <li>rebuild (<a href="https://github.com/openai/openai-node/commit/5627b4181775981e48991ea246e091afdfdc3caf">5627b41</a>)</li> </ul> <h2>6.14.0 (2025-12-16)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.13.0...v6.14.0">v6.13.0...v6.14.0</a></p> <h3>Features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openai/openai-node/commit/114e7950565e1eb85f952a497e18a4fa1ebc3455"><code>114e795</code></a> release: 6.17.0</li> <li><a href="https://github.com/openai/openai-node/commit/df95bf250db3869acb6ff626b30c6482dff58b41"><code>df95bf2</code></a> feat(api): add shell_call_output status field</li> <li><a href="https://github.com/openai/openai-node/commit/f19b5b387652f6792866e5ad0f5e2db3fd1d0e79"><code>f19b5b3</code></a> feat(api): api updates</li> <li><a href="https://github.com/openai/openai-node/commit/e0a7828533ee2773e58fcc5020a6a63275a3b89b"><code>e0a7828</code></a> fix(api): mark assistants as deprecated</li> <li><a href="https://github.com/openai/openai-node/commit/e81a8a933487735ac2d3a1abe00c8c4a7c179200"><code>e81a8a9</code></a> chore(ci): upgrade <code>actions/github-script</code></li> <li><a href="https://github.com/openai/openai-node/commit/c49cae8f769175211df5c6b2d35c3c9ec8be0ff6"><code>c49cae8</code></a> Update README models to gpt-5.2</li> <li><a href="https://github.com/openai/openai-node/commit/ae80b55a2d478a7d6d0d6cac58a9691373b14bf5"><code>ae80b55</code></a> codegen metadata</li> <li><a href="https://github.com/openai/openai-node/commit/a4b6473125eaf159cc31bdeeb270aba6e278e7a8"><code>a4b6473</code></a> feat(api): api update</li> <li><a href="https://github.com/openai/openai-node/commit/315426d3c57c51edbbb9b58530fab7e6345be19e"><code>315426d</code></a> chore(internal): update <code>actions/checkout</code> version</li> <li><a href="https://github.com/openai/openai-node/commit/604082a0d725e3cf7db9ca34afaef824be4dd13f"><code>604082a</code></a> chore(internal): upgrade babel, qs, js-yaml</li> <li>Additional commits viewable in <a href="https://github.com/openai/openai-node/compare/v4.90.0...v6.17.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~apcha-oai">apcha-oai</a>, a new releaser for openai since your current version.</p> </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=6.17.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>
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#729
No description provided.