Skip to content

chore(deps): bump github.com/openai/openai-go/v3 from 3.31.0 to 3.50.0 - #78

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

dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/go_modules/develop/github.com/openai/openai-go/v3-3.50.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/openai/openai-go/v3 from 3.31.0 to 3.50.0.

Release notes

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

v3.50.0

3.50.0 (2026-08-03)

Features

Build System

  • deps: bump github.com/aws/aws-sdk-go-v2/config in / (#745) (af89b42)
  • deps: bump the codeql group with 2 updates (#746) (41c8a70)

v3.49.0

3.49.0 (2026-07-31)

Full Changelog: v3.48.0...v3.49.0

Features

  • api: content provenance checks (5a46c55)

Documentation

  • demonstrate mutual TLS with custom HTTP client (#741) (e862c49)

v3.48.0

3.48.0 (2026-07-30)

Full Changelog: v3.47.0...v3.48.0

Features

v3.47.0

3.47.0 (2026-07-28)

Full Changelog: v3.46.0...v3.47.0

Features

  • api: transcription model updates (1707706)

Bug Fixes

  • windows platform header normalization (#674) (706d3a8)

... (truncated)

Changelog

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

3.50.0 (2026-08-03)

Features

Build System

  • deps: bump github.com/aws/aws-sdk-go-v2/config in / (#745) (af89b42)
  • deps: bump the codeql group with 2 updates (#746) (41c8a70)

3.49.0 (2026-07-31)

Full Changelog: v3.48.0...v3.49.0

Features

  • api: content provenance checks (5a46c55)

Documentation

  • demonstrate mutual TLS with custom HTTP client (#741) (e862c49)

3.48.0 (2026-07-30)

Full Changelog: v3.47.0...v3.48.0

Features

3.47.0 (2026-07-28)

Full Changelog: v3.46.0...v3.47.0

Features

  • api: transcription model updates (1707706)

Bug Fixes

  • windows platform header normalization (#674) (706d3a8)

Build System

... (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 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.31.0 to 3.50.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.31.0...v3.50.0)

---
updated-dependencies:
- dependency-name: github.com/openai/openai-go/v3
  dependency-version: 3.50.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 8, 2026
@dependabot
dependabot Bot requested a review from phpboyscout as a code owner August 8, 2026 10:17
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 8, 2026
@phpboyscout phpboyscout closed this Aug 8, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 8, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/go_modules/develop/github.com/openai/openai-go/v3-3.50.0 branch August 8, 2026 10:24
phpboyscout added a commit that referenced this pull request Sep 18, 2026
Renovate's batch (dst, the chat and forge families, repo, workspace,
signing-aws-kms) taken the rest of the way with go get -u in both
modules, the workspace synced, and both go.sum files tidy.

The one interface change in the span is go/forge v0.28.0: Release
gained GetReleasedAt, so the two test doubles return the zero time, as
its notes ask of a fake. go/forge v0.30.0 also ships WithCredential,
the seam #78 waits on. go/repo v0.5.0 retypes CloneOption onto a
module-owned struct, which nothing here writes by hand. The forge
adapters move in lockstep (released_at, merge when ready, the registry
credential), all additive.
phpboyscout added a commit that referenced this pull request Sep 18, 2026
Renovate's batch (dst, the chat and forge families, repo, workspace,
signing-aws-kms) taken the rest of the way with go get -u in both
modules, the workspace synced, and both go.sum files tidy. One
exception: google.golang.org/grpc stays at v1.83.2, because v1.84.0
carries CVE-2026-84445 (GO-2026-6443) and the fix is only in an
unreleased 1.85 pseudo-version; v1.83.2 is a fixed release.

The one interface change in the span is go/forge v0.28.0: Release
gained GetReleasedAt, so the two test doubles return the zero time, as
its notes ask of a fake. go/forge v0.30.0 also ships WithCredential,
the seam #78 waits on. go/repo v0.5.0 retypes CloneOption onto a
module-owned struct, which nothing here writes by hand. The forge
adapters move in lockstep (released_at, merge when ready, the registry
credential), all additive.
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant