Skip to content

chore(deps): bump openai from 6.44.0 to 6.46.0 in /backend#203

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/backend/openai-6.45.0
Open

chore(deps): bump openai from 6.44.0 to 6.46.0 in /backend#203
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/backend/openai-6.45.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor

Bumps openai from 6.44.0 to 6.46.0.

Release notes

Sourced from openai's releases.

v6.46.0

6.46.0 (2026-07-09)

Full Changelog: v6.45.0...v6.46.0

Features

  • api: gpt-5.6-sol updates (6c397d5)

Bug Fixes

  • assistants: place array delta entries by index instead of appending (#1963) (0e18d30)
  • runner: normalize missing tool call IDs (#1958) (6371623)
  • upgrade next to 15.5.16 in examples (#1967) (95b54e5)

Documentation

v6.45.0

6.45.0 (2026-06-24)

Full Changelog: v6.44.0...v6.45.0

Features

  • add afterCompletion hook to runTools (#1064) (4976c22)
  • realtime: support sideband call_id connections (#1795) (4fd59e1)
  • reject emitted promise on error in EventEmitter (#1596) (e0b09da)
  • responses: add response input items helper (#1794) (7e5a86a)
  • responses: add response stream accumulator helper (#1793) (32e3e39)

Bug Fixes

  • avoid serializing null optional bodies (e4ddff6)
  • clean up stream abort listeners (#1884) (be55b8f)
  • Leading whitespace chunks break partial parser (structured outputs) (#1213) (88d806e)
  • responses: avoid parsing incomplete structured output (#1852) (4c39681)
  • responses: restore output_text on streamed final responses (#1681) (bbde4d9)
  • validate workload identity access tokens (#1885) (80febe4)
  • zod: fully resolve extracted wrapper definitions (#1766) (5d46ed2)
  • zod: sanitize extracted definition refs (#1903) (6ef2111)

Chores

... (truncated)

Changelog

Sourced from openai's changelog.

6.46.0 (2026-07-09)

Full Changelog: v6.45.0...v6.46.0

Features

  • api: gpt-5.6-sol updates (6c397d5)

Bug Fixes

  • assistants: place array delta entries by index instead of appending (#1963) (0e18d30)
  • runner: normalize missing tool call IDs (#1958) (6371623)
  • upgrade next to 15.5.16 in examples (#1967) (95b54e5)

Documentation

6.45.0 (2026-06-24)

Full Changelog: v6.44.0...v6.45.0

Features

  • add afterCompletion hook to runTools (#1064) (4976c22)
  • realtime: support sideband call_id connections (#1795) (4fd59e1)
  • reject emitted promise on error in EventEmitter (#1596) (e0b09da)
  • responses: add response input items helper (#1794) (7e5a86a)
  • responses: add response stream accumulator helper (#1793) (32e3e39)

Bug Fixes

  • avoid serializing null optional bodies (e4ddff6)
  • clean up stream abort listeners (#1884) (be55b8f)
  • Leading whitespace chunks break partial parser (structured outputs) (#1213) (88d806e)
  • responses: avoid parsing incomplete structured output (#1852) (4c39681)
  • responses: restore output_text on streamed final responses (#1681) (bbde4d9)
  • validate workload identity access tokens (#1885) (80febe4)
  • zod: fully resolve extracted wrapper definitions (#1766) (5d46ed2)
  • zod: sanitize extracted definition refs (#1903) (6ef2111)

Chores

  • internal: codegen related update (81fcf96)

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 9, 2026
@dependabot dependabot Bot changed the title chore(deps): bump openai from 6.44.0 to 6.45.0 in /backend chore(deps): bump openai from 6.44.0 to 6.46.0 in /backend Jul 10, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/backend/openai-6.45.0 branch 2 times, most recently from 2ef33eb to 09e57b2 Compare July 11, 2026 05:55
Bumps [openai](https://github.com/openai/openai-node) from 6.44.0 to 6.46.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@v6.44.0...v6.46.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-version: 6.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/backend/openai-6.45.0 branch from 09e57b2 to 3d01c9e Compare July 11, 2026 12:47
initialjie pushed a commit to initialjie/SmartPerfetto that referenced this pull request Jul 13, 2026
Land Plan 54 (Spark Gracker#162, Gracker#179, Gracker#180, Gracker#195, Gracker#196, Gracker#203) — case
library, case graph, and the public case bundle for community use.

Types added to `backend/src/types/sparkContracts.ts`:

- `CaseEducationalLevel` — `novice | intermediate | advanced`. Drives
  default filters in the case browser (Spark Gracker#162) and the walkthrough
  / 导览模式 sequence.
- `CaseFindingSeverity` — `info | warning | critical`. Mirrors the
  vocabulary used across SmartPerfetto reports.
- `CaseFindingLink` — one finding inside a case with optional
  `evidence` pointer (SparkEvidenceRef). Links the curator's claim
  back to the trace data backing it.
- `CaseNode` — extends SparkProvenance. Carries `redactionState`
  separate from `status` so an in-review case can move toward
  redaction without flipping the curation lifecycle. `traceArtifactId`
  is optional and pairs with `traceUnavailableReason` for archived /
  consent-revoked cases that stay in the library as read-only metadata.
- `CaseEdge` — directional relation between two cases. Relation values
  cover same_app / same_device / similar_root_cause / before_after_fix
  / derived_pattern / contradicts.
- `CaseGraphLibraryContract` — service surface bundling cases + edges
  + `lastPublishedAt` (only set when a public case bundle is exported,
  Spark Gracker#180).

Publishing gate is double-controlled: a case advances to
`status='published'` only when `redactionState='redacted'` AND
`curatedBy` is set. Anonymizer alone is not sufficient — see §5.2 in
the design doc for the boundary distinction.

Six new test cases in `__tests__/sparkContracts.test.ts` cover:

- 3 educational levels enumerated
- draft case with raw redactionState is acceptable
- archived case carries traceUnavailableReason instead of artifactId
- finding link records evidence pointer to a skill artifact
- edge records directional relation with optional weight
- contract tracks lastPublishedAt for public bundle export

Test count: 61 (was 55).

Test tier: contract / type-only. `npx tsc --noEmit` clean,
sparkContracts.test.ts passes 61/61. Trace regression intentionally
not run per the tiered policy in commit d8529e1.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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