Skip to content

chore(deps): bump github.com/openai/openai-go/v3 from 3.54.0 to 3.64.0 in the go-modules group - #27

Merged
uterflec merged 2 commits into
mainfrom
dependabot/go_modules/go-modules-20a2ef21c5
Sep 24, 2026
Merged

uterflec merged 2 commits into
mainfrom
dependabot/go_modules/go-modules-20a2ef21c5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-modules group with 1 update: github.com/openai/openai-go/v3.

Updates github.com/openai/openai-go/v3 from 3.54.0 to 3.64.0

Release notes

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

v3.64.0

3.64.0 (2026-09-20)

Features

  • api: add environment-variable vault credentials (#935) (825408c)
  • api: add external storage configuration management (#939) (72cdb7d)
  • api: add safety case retrieval (#940) (1fcb8bb)
  • api: add safety warning and deactivation webhook events (#938) (f7ef9d0)
  • api: add session environment reset events (#942) (bb3efb9)
  • api: add SIP media security to incoming call events (#937) (c5573ed)

Bug Fixes

  • azure: preserve gateway paths and endpoint overrides (#943) (4e94d30)

Chores

  • api: document response management resources (#941) (0253af9)

Build System

  • deps: bump github.com/ebitengine/oto/v3 in /examples (#918) (560b830)
  • deps: bump openai/codex-action from 1.11 to 1.12 (#872) (74e6122)
  • deps: bump the codeql group across 1 directory with 2 updates (#871) (1b8610f)

v3.63.1

3.63.1 (2026-09-18)

Chores

  • api: clarify agent session cancellation and deletion (#931) (ce4292c)

v3.63.0

3.63.0 (2026-09-18)

Features

  • api: add webhook endpoint management (#928) (16ccefe)

Chores

... (truncated)

Changelog

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

3.64.0 (2026-09-20)

Features

  • api: add environment-variable vault credentials (#935) (825408c)
  • api: add external storage configuration management (#939) (72cdb7d)
  • api: add safety case retrieval (#940) (1fcb8bb)
  • api: add safety warning and deactivation webhook events (#938) (f7ef9d0)
  • api: add session environment reset events (#942) (bb3efb9)
  • api: add SIP media security to incoming call events (#937) (c5573ed)

Bug Fixes

  • azure: preserve gateway paths and endpoint overrides (#943) (4e94d30)

Chores

  • api: document response management resources (#941) (0253af9)

Build System

  • deps: bump github.com/ebitengine/oto/v3 in /examples (#918) (560b830)
  • deps: bump openai/codex-action from 1.11 to 1.12 (#872) (74e6122)
  • deps: bump the codeql group across 1 directory with 2 updates (#871) (1b8610f)

3.63.1 (2026-09-18)

Chores

  • api: clarify agent session cancellation and deletion (#931) (ce4292c)

3.63.0 (2026-09-18)

Features

  • api: add webhook endpoint management (#928) (16ccefe)

Chores

3.62.0 (2026-09-17)

... (truncated)

Commits
  • 24a4077 release: 3.64.0 (#936)
  • 560b830 build(deps): bump github.com/ebitengine/oto/v3 in /examples (#918)
  • 74e6122 build(deps): bump openai/codex-action from 1.11 to 1.12 (#872)
  • 1b8610f build(deps): bump the codeql group across 1 directory with 2 updates (#871)
  • 4e94d30 fix(azure): preserve gateway paths and endpoint overrides (#943)
  • bb3efb9 feat(api): add session environment reset events (#942)
  • 0253af9 chore(api): document response management resources (#941)
  • 1fcb8bb feat(api): add safety case retrieval (#940)
  • 72cdb7d feat(api): add external storage configuration management (#939)
  • f7ef9d0 feat(api): add safety warning and deactivation webhook events (#938)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-modules group with 1 update: [github.com/openai/openai-go/v3](https://github.com/openai/openai-go).


Updates `github.com/openai/openai-go/v3` from 3.54.0 to 3.64.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.54.0...v3.64.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Updates to SDKs and other dependencies label Sep 24, 2026
@uterflec
uterflec requested a review from a team September 24, 2026 01:56
@uterflec
uterflec merged commit e74b9ce into main Sep 24, 2026
1 check passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/go-modules-20a2ef21c5 branch September 24, 2026 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Updates to SDKs and other dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant