Skip to content

chore(deps): bump github.com/openai/openai-go/v3 from 3.39.0 to 3.51.0 - #79

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/openai/openai-go/v3-3.51.0
Closed

chore(deps): bump github.com/openai/openai-go/v3 from 3.39.0 to 3.51.0#79
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/openai/openai-go/v3-3.51.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/openai/openai-go/v3 from 3.39.0 to 3.51.0.

Release notes

Sourced from github.com/openai/openai-go/v3's releases.

v3.51.0

3.51.0 (2026-08-14)

Features

  • api: Add model constants for Daybreak and gpt-5.6-cyber (df00e97)
  • api: add WebSocket stream IDs (#776) (0b6316e)
  • api: add workload identity access token issued event (#766) (c61af30)
  • api: deprecate Sora video APIs (#775) (602c5e4)
  • api: Ultrafast tier, structured MCP and websocket errors, separate websocket events (#789) (f8b63fd)

Bug Fixes

  • api: Add model constants for Daybreak and gpt-5.6-cyber (#763) (df00e97)
  • api: clarify audio upload metadata requirements (#764) (e75e3aa)
  • handle ignored errors in generated and runtime Go code (#778) (ba5f249)
  • recover approved Go correctness analyzers after stacked merges (#782) (a98cf53)

Chores

  • api: No public API change; update file header comments (#755) (d0a42cc)
  • enforce Go lint suppression hygiene (#771) (7a3bb22)
  • enforce gofmt across the repository (#770) (41b2f1f), closes #771
  • remove Stainless attribution and infrastructure (#765) (9b3d395)

Documentation

  • api: describe response stream event unions (#783) (4cc4021)
  • define Go code quality policy (#767) (4119aa3)
  • define Go ignored-error handling policy (#777) (1941f81)

Build System

  • deps: bump github.com/aws/aws-sdk-go-v2/config in / (#759) (e8dfbe0)
  • deps: bump the codeql group with 2 updates (#760) (9bbfebf)
  • deps: enforce an eight-day dependency cooldown (#762) (744e64f)

v3.50.0

3.50.0 (2026-08-03)

Features

... (truncated)

Changelog

Sourced from github.com/openai/openai-go/v3's changelog.

3.51.0 (2026-08-14)

Features

  • api: Add model constants for Daybreak and gpt-5.6-cyber (df00e97)
  • api: add WebSocket stream IDs (#776) (0b6316e)
  • api: add workload identity access token issued event (#766) (c61af30)
  • api: deprecate Sora video APIs (#775) (602c5e4)
  • api: Ultrafast tier, structured MCP and websocket errors, separate websocket events (#789) (f8b63fd)

Bug Fixes

  • api: Add model constants for Daybreak and gpt-5.6-cyber (#763) (df00e97)
  • api: clarify audio upload metadata requirements (#764) (e75e3aa)
  • handle ignored errors in generated and runtime Go code (#778) (ba5f249)
  • recover approved Go correctness analyzers after stacked merges (#782) (a98cf53)

Chores

  • api: No public API change; update file header comments (#755) (d0a42cc)
  • enforce Go lint suppression hygiene (#771) (7a3bb22)
  • enforce gofmt across the repository (#770) (41b2f1f), closes #771
  • remove Stainless attribution and infrastructure (#765) (9b3d395)

Documentation

  • api: describe response stream event unions (#783) (4cc4021)
  • define Go code quality policy (#767) (4119aa3)
  • define Go ignored-error handling policy (#777) (1941f81)

Build System

  • deps: bump github.com/aws/aws-sdk-go-v2/config in / (#759) (e8dfbe0)
  • deps: bump the codeql group with 2 updates (#760) (9bbfebf)
  • deps: enforce an eight-day dependency cooldown (#762) (744e64f)

3.50.0 (2026-08-03)

Features

Build System

... (truncated)

Commits
  • 204e994 release: 3.51.0 (#761)
  • f8b63fd feat(api): Ultrafast tier, structured MCP and websocket errors, separate webs...
  • be1795d lint: reject multiplied time durations (#788)
  • a2413d7 lint: enforce wrapping-aware error checks (#784)
  • 4cc4021 docs(api): describe response stream event unions (#783)
  • 273664a lint: reject nil errors returned after failed checks (#781)
  • 638bf97 lint: close HTTP response bodies and enable bodyclose (#780)
  • 4912bd2 lint: enable errcheck across generated and handwritten Go (#779)
  • ba5f249 fix: handle ignored errors in generated and runtime Go code (#778)
  • 1941f81 docs: define Go ignored-error handling policy (#777)
  • 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 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 [github.com/openai/openai-go/v3](https://github.com/openai/openai-go) from 3.39.0 to 3.51.0.
- [Release notes](https://github.com/openai/openai-go/releases)
- [Changelog](https://github.com/openai/openai-go/blob/main/CHANGELOG.md)
- [Commits](openai/openai-go@v3.39.0...v3.51.0)

---
updated-dependencies:
- dependency-name: github.com/openai/openai-go/v3
  dependency-version: 3.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 18, 2026
@dependabot
dependabot Bot requested a review from MagdielCAS as a code owner August 18, 2026 00:43
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 18, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #82.

@dependabot dependabot Bot closed this Aug 21, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/openai/openai-go/v3-3.51.0 branch August 21, 2026 00:43
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 go Pull requests that update go code ignore-for-release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants