-
Notifications
You must be signed in to change notification settings - Fork 295
Closed as not planned
Closed as not planned
Copy link
Labels
cookieIssue Monster Loves Cookies!Issue Monster Loves Cookies!dependenciesPull requests that update a dependency filePull requests that update a dependency filego
Description
Summary
Update github.com/openai/openai-go/v3 indirect dependency from v3.23.0 to v3.26.0.
Current State
- Package: github.com/openai/openai-go/v3
- Current Version: v3.23.0 (in go.mod as
// indirect) - Proposed Version: v3.26.0
- Update Type: Multi-minor version jump (3 minor releases)
Why Separate Issue
- Spans 3 minor versions (v3.23.0 → v3.24.0 → v3.25.0 → v3.26.0)
- Adds new API surface (phase field, computer tools, new models)
- SSE event parsing refactor may affect streaming behavior
- Internal JSON tag restructuring (
internal→apipackage) - Indirect dependency — pulled in by the Codex engine integration
Safety Assessment
- Multiple minor version jumps with accumulated changes
- SSE event parsing refactor could affect streaming response behavior
- New computer tool API changes (ComputerUsePreview class restructuring in v3.26.0)
- New
phaseenum value and removals across releases - Various internal codegen changes
Changes
v3.26.0 (2026-03-05):
- API: The GA ComputerTool now uses the
ComputerToolclass;computer_use_previewtool moved toComputerUsePreview
v3.25.0 (2026-03-05):
- API: gpt-5.4, tool search tool, and new computer tool additions
- API: Remove Phase from input/output messages, PromptCacheKey from responses
- Bug: Internal schema fixes and manual updates
- Internal: codegen-related updates
v3.24.0 (2026-02-24):
- API: Add
phasefield to relevant API types - Bug: Fix phase enum value; add phase docs
- Internal: Move custom
jsontags frominternaltoapipackage - Internal: Refactor SSE event parsing
Links
- v3.26.0 Release
- v3.25.0 Release
- v3.24.0 Release
- Package Repository
- [Go Package]((pkg.go.dev/redacted)
Recommended Action
go get -u github.com/openai/openai-go/v3@v3.26.0
go mod tidyTesting Notes
- Run all tests:
make test - Test Codex engine workflows that use OpenAI API
- Verify streaming responses still work correctly (SSE parsing changed)
- Check that JSON serialization/deserialization of OpenAI responses is correct
- Run any integration tests for OpenAI-powered features
Generated by Dependabot Dependency Checker
- expires on Mar 7, 2026, 9:17 AM UTC
Related to [deps] Dependabot Dependency Checker - Issue Group #19829
Generated by Dependabot Dependency Checker · ◷
- expires on Mar 8, 2026, 9:21 AM UTC
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cookieIssue Monster Loves Cookies!Issue Monster Loves Cookies!dependenciesPull requests that update a dependency filePull requests that update a dependency filego