Skip to content

build(deps): bump openai from 7.5.0 to 7.7.0 in the npm-production-minor-patch group - #329

Merged
cursor[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/npm-production-minor-patch-ebe16852db
Sep 3, 2026
Merged

build(deps): bump openai from 7.5.0 to 7.7.0 in the npm-production-minor-patch group#329
cursor[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/npm-production-minor-patch-ebe16852db

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-production-minor-patch group with 1 update: openai.

Updates openai from 7.5.0 to 7.7.0

Release notes

Sourced from openai's releases.

v7.7.0

7.7.0 (2026-08-26)

Features

  • api: make function call output call IDs optional (#2488) (b932ae6)

Bug Fixes

  • streaming: honor cancellation while decoding SSE responses (#2487) (ababe12)

v7.6.0

7.6.0 (2026-08-26)

Features

  • api: Add obfuscation field to ChatCompletionChunk (#2423) (39afa3a)
  • api: Add project residency and usage quantity_unit fields (#2461) (26d8158)
  • api: support backend-mediated Realtime WebRTC calls (#2469) (0d12ca8)
  • auth: add pinned X.509 workload token exchange (#2470) (9dd8648)
  • auth: attest cross-module X.509 transport capabilities (#2471) (c6769fa)
  • auth: harden X.509 token lifecycle and tenant isolation (#2473) (6992683)
  • auth: integrate attested X.509 workload identity into clients (#2472) (ee5229b)
  • support named data-residency endpoints (#2393) (62d98dd)

Bug Fixes

  • [responses] Avoid quadratic comparisons when accumulating long text (#2434) (95628ce)
  • assistants: reject run-step identity hijacking before tool callbacks (#2476) (63b1c75)
  • audio: preserve recording outcomes during cancellation and cleanup (#2482) (dafcac4)
  • auth: honor an explicit zero GCP metadata timeout (#2481) (7a9dec8)
  • auth: sanitize malformed Azure IMDS token responses (#2427) (bbfb792)
  • auth: sanitize malformed workload OAuth token responses (#2468) (cd5b2d8)
  • avoid double-counting logprobs in streamed chat completions (#2444) (ddf9922)
  • bedrock: honor cancellation during bearer credential resolution (#2478) (2dac2f4)
  • drain tee stream queues in linear time (#2379) (1f3ce07)
  • polling: honor cancellation during polling delays (#2477) (520d604)
  • preserve large streaming responses (#2433) (4e588c2)
  • preserve multipart upload array order (#2380) (f1a2b61)
  • publish Castiron checks for behind-main pull requests (#2486) (662bb37)
  • publish Castiron checks for external-fork pull requests (#2464) (a90581e)
  • security: abort streaming examples when clients disconnect (#2426) (b32a25b)
  • security: authenticate Cloudflare tests and restrict streaming proxies (#2413) (9286fdb)
  • security: authenticate Vercel ecosystem APIs and clean up uploaded files (#2412) (d58608a)
  • security: bound SDK event streams and validate streamed item identities (#2415) (7df29a9)
  • security: bound SSE frames and NDJSON lines before buffering (#2411) (0e250a4)

... (truncated)

Changelog

Sourced from openai's changelog.

7.7.0 (2026-08-26)

Features

  • api: make function call output call IDs optional (#2488) (b932ae6)

Bug Fixes

  • streaming: honor cancellation while decoding SSE responses (#2487) (ababe12)

7.6.0 (2026-08-26)

Features

  • api: Add obfuscation field to ChatCompletionChunk (#2423) (39afa3a)
  • api: Add project residency and usage quantity_unit fields (#2461) (26d8158)
  • api: support backend-mediated Realtime WebRTC calls (#2469) (0d12ca8)
  • auth: add pinned X.509 workload token exchange (#2470) (9dd8648)
  • auth: attest cross-module X.509 transport capabilities (#2471) (c6769fa)
  • auth: harden X.509 token lifecycle and tenant isolation (#2473) (6992683)
  • auth: integrate attested X.509 workload identity into clients (#2472) (ee5229b)
  • support named data-residency endpoints (#2393) (62d98dd)

Bug Fixes

  • [responses] Avoid quadratic comparisons when accumulating long text (#2434) (95628ce)
  • assistants: reject run-step identity hijacking before tool callbacks (#2476) (63b1c75)
  • audio: preserve recording outcomes during cancellation and cleanup (#2482) (dafcac4)
  • auth: honor an explicit zero GCP metadata timeout (#2481) (7a9dec8)
  • auth: sanitize malformed Azure IMDS token responses (#2427) (bbfb792)
  • auth: sanitize malformed workload OAuth token responses (#2468) (cd5b2d8)
  • avoid double-counting logprobs in streamed chat completions (#2444) (ddf9922)
  • bedrock: honor cancellation during bearer credential resolution (#2478) (2dac2f4)
  • drain tee stream queues in linear time (#2379) (1f3ce07)
  • polling: honor cancellation during polling delays (#2477) (520d604)
  • preserve large streaming responses (#2433) (4e588c2)
  • preserve multipart upload array order (#2380) (f1a2b61)
  • publish Castiron checks for behind-main pull requests (#2486) (662bb37)
  • publish Castiron checks for external-fork pull requests (#2464) (a90581e)
  • security: abort streaming examples when clients disconnect (#2426) (b32a25b)
  • security: authenticate Cloudflare tests and restrict streaming proxies (#2413) (9286fdb)
  • security: authenticate Vercel ecosystem APIs and clean up uploaded files (#2412) (d58608a)
  • security: bound SDK event streams and validate streamed item identities (#2415) (7df29a9)
  • security: bound SSE frames and NDJSON lines before buffering (#2411) (0e250a4)
  • security: close rejected Azure managed-identity response streams (#2416) (387bbc8)
  • security: harden Bedrock regions, query merges, and upload errors (#2410) (ce45d0d)

... (truncated)

Commits
  • 6f6411e release: 7.7.0 (#2489)
  • b932ae6 feat(api): make function call output call IDs optional (#2488)
  • ababe12 fix(streaming): honor cancellation while decoding SSE responses (#2487)
  • 6d1d54a release: 7.6.0 (#2381)
  • cd5b2d8 fix(auth): sanitize malformed workload OAuth token responses (#2468)
  • 662bb37 fix: publish Castiron checks for behind-main pull requests (#2486)
  • 2dac2f4 fix(bedrock): honor cancellation during bearer credential resolution (#2478)
  • dafcac4 fix(audio): preserve recording outcomes during cancellation and cleanup (#2482)
  • 520d604 fix(polling): honor cancellation during polling delays (#2477)
  • 63b1c75 fix(assistants): reject run-step identity hijacking before tool callbacks (#2...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-production-minor-patch group with 1 update: [openai](https://github.com/openai/openai-node).


Updates `openai` from 7.5.0 to 7.7.0
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/main/CHANGELOG.md)
- [Commits](openai/openai-node@v7.5.0...v7.7.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 3, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 3, 2026

Copy link
Copy Markdown

Deploying podnotes with  Cloudflare Pages  Cloudflare Pages

Latest commit: 64234bd
Status: ✅  Deploy successful!
Preview URL: https://92569218.podnotes.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-npm-ewg6.podnotes.pages.dev

View logs

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 3, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependabot review — approve and merge

Production minor bump of openai 7.5.0 → 7.7.0 (build(deps):, npm-production-minor-patch). Diff is package.json + package-lock.json only.

Changelog vs plugin usage

PodNotes only constructs new OpenAI({ apiKey, dangerouslyAllowBrowser: true }) and calls client.audio.transcriptions.create (whisper-1 and gpt-4o-transcribe-diarize), passing an AbortSignal. 7.6.0 / 7.7.0 add optional API fields, data-residency / X.509 auth paths we do not use, and a streaming-cancel fix. No breaking change on that surface. Lockfile marks existing undici devOptional for the new optional peer; it is not a new hard dependency.

This build(deps): title will cut a plugin patch per release policy — expected.

Verification

  • npm ci succeeded; lockfile unchanged; resolved openai@7.7.0
  • npm audit and npm audit --omit=dev: 0 vulnerabilities
  • Local (Node 22.22.2): lint, format:check, typecheck, build, test — 1152 tests passed
  • GitHub Test workflow: success on 64234bd
  • Obsidian GUI/e2e is not available in this environment; transcription unit/type coverage plus a clean production bundle were used instead

No regressions found. Squash-merging.

Open in Web View Automation 

Sent by Cursor Automation: Dependabot PRs

@cursor
cursor Bot merged commit 40b6f90 into master Sep 3, 2026
4 checks passed
@cursor
cursor Bot deleted the dependabot/npm_and_yarn/npm-production-minor-patch-ebe16852db branch September 3, 2026 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants