Skip to content

chore(deps): bump openai from 5.23.2 to 6.7.0#52

Merged
mrhpython merged 3 commits intomainfrom
dependabot/npm_and_yarn/openai-6.7.0
Oct 29, 2025
Merged

chore(deps): bump openai from 5.23.2 to 6.7.0#52
mrhpython merged 3 commits intomainfrom
dependabot/npm_and_yarn/openai-6.7.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 27, 2025

Bumps openai from 5.23.2 to 6.7.0.

Release notes

Sourced from openai's releases.

v6.7.0

6.7.0 (2025-10-24)

Full Changelog: v6.6.0...v6.7.0

Features

Bug Fixes

v6.6.0

6.6.0 (2025-10-20)

Full Changelog: v6.5.0...v6.6.0

Features

  • api: Add responses.input_tokens.count (520c8a9)

Bug Fixes

  • api: internal openapi updates (d4aaef9)

v6.5.0

6.5.0 (2025-10-17)

Full Changelog: v6.4.0...v6.5.0

Features

v6.4.0

6.4.0 (2025-10-16)

Full Changelog: v6.3.0...v6.4.0

Features

  • api: Add support for gpt-4o-transcribe-diarize on audio/transcriptions endpoint (2d27392)

v6.3.0

6.3.0 (2025-10-10)

Full Changelog: v6.2.0...v6.3.0

... (truncated)

Changelog

Sourced from openai's changelog.

6.7.0 (2025-10-24)

Full Changelog: v6.6.0...v6.7.0

Features

Bug Fixes

6.6.0 (2025-10-20)

Full Changelog: v6.5.0...v6.6.0

Features

  • api: Add responses.input_tokens.count (520c8a9)

Bug Fixes

  • api: internal openapi updates (d4aaef9)

6.5.0 (2025-10-17)

Full Changelog: v6.4.0...v6.5.0

Features

6.4.0 (2025-10-16)

Full Changelog: v6.3.0...v6.4.0

Features

  • api: Add support for gpt-4o-transcribe-diarize on audio/transcriptions endpoint (2d27392)

6.3.0 (2025-10-10)

Full Changelog: v6.2.0...v6.3.0

Features

  • api: comparison filter in/not in (1a733c6)

... (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)

Bumps [openai](https://github.com/openai/openai-node) from 5.23.2 to 6.7.0.
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v5.23.2...v6.7.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-version: 6.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency updates javascript Pull requests that update javascript code labels Oct 27, 2025
@dependabot dependabot Bot requested a review from mrhpython as a code owner October 27, 2025 11:32
@dependabot dependabot Bot added dependencies Dependency updates javascript Pull requests that update javascript code labels Oct 27, 2025
@vercel
Copy link
Copy Markdown

vercel Bot commented Oct 27, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
soulfield Ready Ready Preview Comment Oct 29, 2025 1:17am

@mrhpython
Copy link
Copy Markdown
Owner

Integration test has been fixed in main branch (commit 57d3ecf). Updating this PR branch to trigger new CI run.

mrhpython pushed a commit that referenced this pull request Oct 29, 2025
… edges

CHANGES:
- backend/services/local-graph-analysis.cjs:
  - Add isNaN() checks for modularity (lines 307, 313-315)
  - Default NaN values to 0 to prevent quality score from being NaN
- backend/tests/results/.gitkeep:
  - Create results directory for test outputs (fixes CI failures)

BEFORE:
- Graphs with isolated nodes (no edges) produced NaN quality scores
- drive-webhook.test.cjs and google-workspace-validation.test.cjs failed on CI due to missing results directory

AFTER:
- Quality scores default to 0 when graph has no edges
- structure-lens-v2.test.cjs passes (8/8 tests)
- Results directory exists for test outputs

VERIFICATION:
node backend/tests/structure-lens-v2.test.cjs → 8 passed, 0 failed

IMPACT: Fixes test failures in PR #52 and #53

🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
@mrhpython mrhpython merged commit 8b091ed into main Oct 29, 2025
5 checks passed
@mrhpython mrhpython deleted the dependabot/npm_and_yarn/openai-6.7.0 branch October 29, 2025 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant