[PR #282] [MERGED] Bump openai from 4.78.1 to 4.79.1 #318

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

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/openai-4.79.1


📝 Commits (1)

  • 8c7f5ff Bump openai from 4.78.1 to 4.79.1

📊 Changes

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

View changed files

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

📄 Description

Bumps openai from 4.78.1 to 4.79.1.

Release notes

Sourced from openai's releases.

v4.79.1

4.79.1 (2025-01-17)

Full Changelog: v4.79.0...v4.79.1

Bug Fixes

v4.79.0

4.79.0 (2025-01-17)

Full Changelog: v4.78.1...v4.79.0

Features

Bug Fixes

  • logs/azure: redact sensitive header when DEBUG is set (#1218) (6a72fd7)

Chores

Changelog

Sourced from openai's changelog.

4.79.1 (2025-01-17)

Full Changelog: v4.79.0...v4.79.1

Bug Fixes

4.79.0 (2025-01-17)

Full Changelog: v4.78.1...v4.79.0

Features

Bug Fixes

  • logs/azure: redact sensitive header when DEBUG is set (#1218) (6a72fd7)

Chores

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/282 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/20/2025 **Status:** ✅ Merged **Merged:** 1/20/2025 **Merged by:** [@github-actions[bot]](https://github.com/apps/github-actions) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/openai-4.79.1` --- ### 📝 Commits (1) - [`8c7f5ff`](https://github.com/jehna/humanify/commit/8c7f5ff69b58ef55269dd1c26fb5515ca5be3e59) Bump openai from 4.78.1 to 4.79.1 ### 📊 Changes **1 file changed** (+7 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+7 -3) </details> ### 📄 Description Bumps [openai](https://github.com/openai/openai-node) from 4.78.1 to 4.79.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.79.1</h2> <h2>4.79.1 (2025-01-17)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.79.0...v4.79.1">v4.79.0...v4.79.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>realtime:</strong> correct import syntax (<a href="https://redirect.github.com/openai/openai-node/issues/1267">#1267</a>) (<a href="https://github.com/openai/openai-node/commit/74702a739f566810d2b6c4e0832cfa17a1d1e272">74702a7</a>)</li> </ul> <h2>v4.79.0</h2> <h2>4.79.0 (2025-01-17)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.78.1...v4.79.0">v4.78.1...v4.79.0</a></p> <h3>Features</h3> <ul> <li><strong>client:</strong> add Realtime API support (<a href="https://redirect.github.com/openai/openai-node/issues/1266">#1266</a>) (<a href="https://github.com/openai/openai-node/commit/7160ebe647769fbf48a600c9961d1a6f86dc9622">7160ebe</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>logs/azure:</strong> redact sensitive header when DEBUG is set (<a href="https://redirect.github.com/openai/openai-node/issues/1218">#1218</a>) (<a href="https://github.com/openai/openai-node/commit/6a72fd736733db19504a829bf203b39d5b9e3644">6a72fd7</a>)</li> </ul> <h3>Chores</h3> <ul> <li>fix streaming (<a href="https://github.com/openai/openai-node/commit/379c7435ed5d508458e9cdc22386039b84fcec5e">379c743</a>)</li> <li><strong>internal:</strong> streaming refactors (<a href="https://redirect.github.com/openai/openai-node/issues/1261">#1261</a>) (<a href="https://github.com/openai/openai-node/commit/dd4af939792583854a313367c5fe2f98eea2f3c8">dd4af93</a>)</li> <li><strong>types:</strong> add <code>| undefined</code> to client options properties (<a href="https://redirect.github.com/openai/openai-node/issues/1264">#1264</a>) (<a href="https://github.com/openai/openai-node/commit/5e569799b9ac8f915b16de90d91d38b568c1edce">5e56979</a>)</li> <li><strong>types:</strong> rename vector store chunking strategy (<a href="https://redirect.github.com/openai/openai-node/issues/1263">#1263</a>) (<a href="https://github.com/openai/openai-node/commit/d31acee860c80ba945d4e70b956c7ed75f5f849a">d31acee</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.79.1 (2025-01-17)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.79.0...v4.79.1">v4.79.0...v4.79.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>realtime:</strong> correct import syntax (<a href="https://redirect.github.com/openai/openai-node/issues/1267">#1267</a>) (<a href="https://github.com/openai/openai-node/commit/74702a739f566810d2b6c4e0832cfa17a1d1e272">74702a7</a>)</li> </ul> <h2>4.79.0 (2025-01-17)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v4.78.1...v4.79.0">v4.78.1...v4.79.0</a></p> <h3>Features</h3> <ul> <li><strong>client:</strong> add Realtime API support (<a href="https://redirect.github.com/openai/openai-node/issues/1266">#1266</a>) (<a href="https://github.com/openai/openai-node/commit/7160ebe647769fbf48a600c9961d1a6f86dc9622">7160ebe</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>logs/azure:</strong> redact sensitive header when DEBUG is set (<a href="https://redirect.github.com/openai/openai-node/issues/1218">#1218</a>) (<a href="https://github.com/openai/openai-node/commit/6a72fd736733db19504a829bf203b39d5b9e3644">6a72fd7</a>)</li> </ul> <h3>Chores</h3> <ul> <li>fix streaming (<a href="https://github.com/openai/openai-node/commit/379c7435ed5d508458e9cdc22386039b84fcec5e">379c743</a>)</li> <li><strong>internal:</strong> streaming refactors (<a href="https://redirect.github.com/openai/openai-node/issues/1261">#1261</a>) (<a href="https://github.com/openai/openai-node/commit/dd4af939792583854a313367c5fe2f98eea2f3c8">dd4af93</a>)</li> <li><strong>types:</strong> add <code>| undefined</code> to client options properties (<a href="https://redirect.github.com/openai/openai-node/issues/1264">#1264</a>) (<a href="https://github.com/openai/openai-node/commit/5e569799b9ac8f915b16de90d91d38b568c1edce">5e56979</a>)</li> <li><strong>types:</strong> rename vector store chunking strategy (<a href="https://redirect.github.com/openai/openai-node/issues/1263">#1263</a>) (<a href="https://github.com/openai/openai-node/commit/d31acee860c80ba945d4e70b956c7ed75f5f849a">d31acee</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openai/openai-node/commit/8383975a2e45aa222fcf56a45b38834bcf8b31c7"><code>8383975</code></a> release: 4.79.1</li> <li><a href="https://github.com/openai/openai-node/commit/6cd83178324271763c3b3ba236ea5406c1447dd4"><code>6cd8317</code></a> fix(realtime): correct import syntax (<a href="https://redirect.github.com/openai/openai-node/issues/1267">#1267</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/9d214eac82509028787b6ad148fec46689af74d3"><code>9d214ea</code></a> release: 4.79.0</li> <li><a href="https://github.com/openai/openai-node/commit/a796d21f06307419f352da8b9943f6745ff4084f"><code>a796d21</code></a> feat(client): add Realtime API support (<a href="https://redirect.github.com/openai/openai-node/issues/1266">#1266</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/66067d37a4189f838f31ed9ca06ee335aef67616"><code>66067d3</code></a> chore(types): add <code>| undefined</code> to client options properties (<a href="https://redirect.github.com/openai/openai-node/issues/1264">#1264</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/5df77388f6a8cfc3ac465f77825f01ceb41fa505"><code>5df7738</code></a> chore(types): rename vector store chunking strategy (<a href="https://redirect.github.com/openai/openai-node/issues/1263">#1263</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/2bc96529a32fbddc8a86c53dbd8bbb93f703e056"><code>2bc9652</code></a> Revert &quot;chore(internal): streaming refactors (<a href="https://redirect.github.com/openai/openai-node/issues/1261">#1261</a>)&quot;</li> <li><a href="https://github.com/openai/openai-node/commit/620ecd506fbf379018cf8f7a7fe92253ac49c9af"><code>620ecd5</code></a> fix(logs/azure): redact sensitive header when DEBUG is set (<a href="https://redirect.github.com/openai/openai-node/issues/1218">#1218</a>)</li> <li><a href="https://github.com/openai/openai-node/commit/55f084dfcae4229075ad7ebc33fff2ef4cd095e5"><code>55f084d</code></a> chore: fix streaming</li> <li><a href="https://github.com/openai/openai-node/commit/b08a846a9aae3686574527fa2a8d91bb0e6c7aaf"><code>b08a846</code></a> chore(internal): streaming refactors (<a href="https://redirect.github.com/openai/openai-node/issues/1261">#1261</a>)</li> <li>See full diff in <a href="https://github.com/openai/openai-node/compare/v4.78.1...v4.79.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.78.1&new-version=4.79.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:54:02 +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#318
No description provided.