Skip to content

Bump the all group with 2 updates - #1010

Merged
Quim Muntal (qmuntal) merged 1 commit into
mainfrom
dependabot/go_modules/all-292a22b9c4
Sep 7, 2026
Merged

Bump the all group with 2 updates#1010
Quim Muntal (qmuntal) merged 1 commit into
mainfrom
dependabot/go_modules/all-292a22b9c4

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all group with 2 updates: github.com/anthropics/anthropic-sdk-go and github.com/openai/openai-go/v3.

Updates github.com/anthropics/anthropic-sdk-go from 1.68.0 to 1.70.1

Release notes

Sourced from github.com/anthropics/anthropic-sdk-go's releases.

v1.70.1

1.70.1 (2026-09-03)

Full Changelog: v1.70.0...v1.70.1

v1.70.0

1.70.0 (2026-09-02)

Full Changelog: v1.69.0...v1.70.0

Features

  • api: add support for sending a workspace ID on more endpoints (75477bf)

Bug Fixes

  • client: surface non-JSON error response bodies in error messages (7e89315)

Chores

  • internal: narrower codeowners scope (24487eb)
  • internal: revert codeowners change (0717fba)

Documentation

  • api: update a few doc strings (5c4b77b)

v1.69.0

1.69.0 (2026-09-01)

Full Changelog: v1.68.0...v1.69.0

Features

  • api: beta user profiles: add external_user_onboarded_at, remove relationship in favor of access_type (d8b0de6)
  • api: manual updates (b508af4)
  • api: organization compliance settings, user-profile order_by, memory-store and toolset schema updates (ee32922)

Bug Fixes

  • client: send only the base name of a file's path as its multipart filename (fd15b77)

Documentation

  • changelog: detail the beta files/skills GA-shape change (#426) (3612d4c)
Changelog

Sourced from github.com/anthropics/anthropic-sdk-go's changelog.

1.70.1 (2026-09-03)

Full Changelog: v1.70.0...v1.70.1

1.70.0 (2026-09-02)

Full Changelog: v1.69.0...v1.70.0

Features

  • api: add support for sending a workspace ID on more endpoints (75477bf)

Bug Fixes

  • client: surface non-JSON error response bodies in error messages (7e89315)

Chores

  • internal: narrower codeowners scope (24487eb)
  • internal: revert codeowners change (0717fba)

Documentation

  • api: update a few doc strings (5c4b77b)

1.69.0 (2026-09-01)

Full Changelog: v1.68.0...v1.69.0

Features

  • api: beta user profiles: add external_user_onboarded_at, remove relationship in favor of access_type (d8b0de6)
  • api: manual updates (b508af4)
  • api: organization compliance settings, user-profile order_by, memory-store and toolset schema updates (ee32922)

Bug Fixes

  • client: send only the base name of a file's path as its multipart filename (fd15b77)

Documentation

  • changelog: detail the beta files/skills GA-shape change (#426) (3612d4c)
Commits
  • e9c104e Merge pull request #436 from anthropics/release-please--branches--main--chang...
  • b198dfc release: 1.70.1
  • d099cce Merge branch 'main' into next
  • 92209b6 Merge pull request #433 from anthropics/release-please--branches--main--chang...
  • 65a3fd1 feat(api): add Claude Tag category and user breakdowns to usage reports
  • 76d9ba3 Build SDK
  • ed41e37 chore(internal): bundle the mock server spec and update breaking-change detec...
  • 8e6ecbf fix(bedrock): sign with SigV4 when credentials are present instead of an SSO ...
  • 22bb814 release: 1.70.0
  • 0717fba chore(internal): revert codeowners change
  • Additional commits viewable in compare view

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

Release notes

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

v3.56.0

3.56.0 (2026-09-03)

Features

  • api: add gpt-6-astra and related features (#880) (94a240c)

v3.55.0

3.55.0 (2026-09-02)

Features

  • api: add compute_units to Responses and Chat Completions usage (#866) (4d06294)
  • api: update usage APIs and documentation (#876) (d8a7e6c)

Bug Fixes

  • isolate provider dependencies from root consumers (#874) (8de3444)
Changelog

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

3.56.0 (2026-09-03)

Features

  • api: add gpt-6-astra and related features (#880) (94a240c)

3.55.0 (2026-09-02)

Features

  • api: add compute_units to Responses and Chat Completions usage (#866) (4d06294)
  • api: update usage APIs and documentation (#876) (d8a7e6c)

Bug Fixes

  • isolate provider dependencies from root consumers (#874) (8de3444)
Commits

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 all group with 2 updates: [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) and [github.com/openai/openai-go/v3](https://github.com/openai/openai-go).


Updates `github.com/anthropics/anthropic-sdk-go` from 1.68.0 to 1.70.1
- [Release notes](https://github.com/anthropics/anthropic-sdk-go/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-go/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-go@v1.68.0...v1.70.1)

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

---
updated-dependencies:
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 1.70.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/openai/openai-go/v3
  dependency-version: 3.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

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 Sep 7, 2026
Copilot AI lite review requested due to automatic review settings September 7, 2026 00:22
@dependabot
dependabot Bot requested a review from a team as a code owner September 7, 2026 00:22
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 7, 2026
@github-actions github-actions Bot added the size:medium At most 100 changed lines across at most 5 files label Sep 7, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔵 Needs a closer look

Dependency bumps can introduce behavioral/API changes and should be validated by CI (build + tests) before approval.

Pull request overview

This PR updates the repository’s Go module dependencies for the “all” Dependabot group by bumping the Anthropic and OpenAI Go SDK versions in go.mod and refreshing go.sum accordingly.

Changes:

  • Bump github.com/anthropics/anthropic-sdk-go from v1.68.0 to v1.70.1.
  • Bump github.com/openai/openai-go/v3 from v3.54.0 to v3.56.0.
  • Update go.sum to reflect the new module versions and the resulting module graph (including removal of no-longer-needed sums).
File summaries
File Description
go.mod Updates required versions for Anthropic and OpenAI SDK dependencies.
go.sum Updates checksums for the bumped SDK versions and prunes unused transitive sums.
Review details
  • Files reviewed: 1/2 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@github-actions github-actions Bot added pending-auto-risk Automatic risk classification is in progress risk:low Limited blast radius and straightforward rollback and removed pending-auto-risk Automatic risk classification is in progress labels Sep 7, 2026
@qmuntal
Quim Muntal (qmuntal) added this pull request to the merge queue Sep 7, 2026
Merged via the queue into main with commit b989312 Sep 7, 2026
31 checks passed
@qmuntal
Quim Muntal (qmuntal) deleted the dependabot/go_modules/all-292a22b9c4 branch September 7, 2026 07:16
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 risk:low Limited blast radius and straightforward rollback size:medium At most 100 changed lines across at most 5 files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants