Skip to content

chore(deps): bump the go-minor-patch group in /go with 7 updates#2218

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go/go-minor-patch-e9da96b1c7
Open

chore(deps): bump the go-minor-patch group in /go with 7 updates#2218
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go/go-minor-patch-e9da96b1c7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-minor-patch group in /go with 7 updates:

Package From To
github.com/anthropics/anthropic-sdk-go 1.56.0 1.57.0
github.com/aws/aws-sdk-go-v2/config 1.32.27 1.32.29
github.com/openai/openai-go/v3 3.41.0 3.42.0
golang.org/x/text 0.38.0 0.40.0
google.golang.org/genai 1.62.0 1.63.0
github.com/aws/aws-sdk-go-v2/service/bedrockruntime 1.54.2 1.55.0
github.com/ollama/ollama 0.31.1 0.31.2

Updates github.com/anthropics/anthropic-sdk-go from 1.56.0 to 1.57.0

Release notes

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

v1.57.0

1.57.0 (2026-07-10)

Full Changelog: v1.56.0...v1.57.0

Features

  • api: add support for dreaming (3736bf0)
  • tools: gate session tool calls on evaluated_permission (#151) (4d85a6f)

Bug Fixes

  • helpers: distinguish canonical agent.message events from open previews (#118) (c49c17c)

Chores

  • docs: small updates to field descriptions (61bc396)
  • docs: update model example (937a29c)
  • docs: updates to descriptions and examples (2c59f79)
Changelog

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

1.57.0 (2026-07-10)

Full Changelog: v1.56.0...v1.57.0

Features

  • api: add support for dreaming (3736bf0)
  • tools: gate session tool calls on evaluated_permission (#151) (4d85a6f)

Bug Fixes

  • helpers: distinguish canonical agent.message events from open previews (#118) (c49c17c)

Chores

  • docs: small updates to field descriptions (61bc396)
  • docs: update model example (937a29c)
  • docs: updates to descriptions and examples (2c59f79)
Commits
  • b6d3cc8 release: 1.57.0
  • c7c6467 feat(api): add support for dreaming
  • 136d960 codegen metadata
  • 3586232 feat(tools): gate session tool calls on evaluated_permission (#151)
  • d85cb0f chore(docs): update model example
  • 8e3d49a fix(helpers): distinguish canonical agent.message events from open previews (...
  • 086b92d chore(docs): updates to descriptions and examples
  • 979b73f codegen metadata
  • bfd3f61 chore(docs): small updates to field descriptions
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.27 to 1.32.29

Commits

Updates github.com/openai/openai-go/v3 from 3.41.0 to 3.42.0

Release notes

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

v3.42.0

3.42.0 (2026-07-09)

Full Changelog: v3.41.1...v3.42.0

Features

  • api: gpt-5.6-sol updates (8c062a6)

Bug Fixes

  • api: restore programmatic response types (2384620)
  • api: restore response union metadata (7b2e975)

v3.41.1

3.41.1 (2026-07-06)

Full Changelog: v3.41.0...v3.41.1

Documentation

Changelog

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

3.42.0 (2026-07-09)

Full Changelog: v3.41.1...v3.42.0

Features

  • api: gpt-5.6-sol updates (8c062a6)

Bug Fixes

  • api: restore programmatic response types (2384620)
  • api: restore response union metadata (7b2e975)

3.41.1 (2026-07-06)

Full Changelog: v3.41.0...v3.41.1

Documentation

Commits
  • 86bbd3d release: 3.42.0
  • fb7e73c fix(api): restore response union metadata
  • a6d42b3 fix(api): restore programmatic response types
  • e2d7068 feat(api): gpt-5.6-sol updates
  • d814520 release: 3.41.1
  • 48e6e9f Prevent OpenAI credentials from being sent to Azure endpoints (#698)
  • 9fc5189 ci: Harden GitHub Actions workflows (#690)
  • a8bd01a docs: fix Azure API versioning link (#649)
  • 0960859 ci: declare contents:read on create-releases and detect-breaking-changes (#665)
  • See full diff in compare view

Updates golang.org/x/text from 0.38.0 to 0.40.0

Commits
  • 724af9c go.mod: update golang.org/x dependencies
  • bf5b9d6 internal/export/idna: always treat Punycode encoding pure ASCII as an error
  • b326f3d go.mod: update golang.org/x dependencies
  • 5ae8e57 unicode/norm: avoid infinite loop on invalid input
  • 0dc94a2 all: fix some comments
  • See full diff in compare view

Updates google.golang.org/genai from 1.62.0 to 1.63.0

Release notes

Sourced from google.golang.org/genai's releases.

v1.63.0

1.63.0 (2026-07-08)

Features

  • Add response_format and Translation_config in GenerationConfig (caf2595)
  • Add Tool.exa_ai_search for Gemini Enterprise API (caf2595)
  • voice consent signature types across all SDK languages. (ff4e260)

Bug Fixes

  • Fix exponential backoff bug in Go GenAI SDK. (55b57b9)
Changelog

Sourced from google.golang.org/genai's changelog.

1.63.0 (2026-07-08)

Features

  • Add response_format and Translation_config in GenerationConfig (caf2595)
  • Add Tool.exa_ai_search for Gemini Enterprise API (caf2595)
  • voice consent signature types across all SDK languages. (ff4e260)

Bug Fixes

  • Fix exponential backoff bug in Go GenAI SDK. (55b57b9)
Commits
  • dc28248 chore(main): release 1.63.0 (#833)
  • 26e1e25 chore: Add multiple approval check for major releases
  • ff4e260 feat: voice consent signature types across all SDK languages.
  • caf2595 feat: Add Tool.exa_ai_search for Gemini Enterprise API
  • ee5c254 chore: internal change
  • 2935d98 chore: Enable stale bot for external user pull requests
  • 55b57b9 fix: Fix exponential backoff bug in Go GenAI SDK.
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go-v2/service/bedrockruntime from 1.54.2 to 1.55.0

Commits

Updates github.com/ollama/ollama from 0.31.1 to 0.31.2

Release notes

Sourced from github.com/ollama/ollama's releases.

v0.31.2

What's Changed

  • Enabled flash attention on older NVIDIA GPUs (compute capability 6.x)
  • iGPU can now offload vision models with padding to fit available memory
  • Fixed structured output for thinking models when thinking is disabled
  • Hardened GGUF model creation
  • ollama launch for Claude Code now disables telemetry by default
  • Fixed loading models on paths with non-UTF-8 characters
  • Updated the MLX and llama.cpp engines

New Contributors

Full Changelog: ollama/ollama@v0.31.1...v0.31.2

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 go-minor-patch group in /go with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) | `1.56.0` | `1.57.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.27` | `1.32.29` |
| [github.com/openai/openai-go/v3](https://github.com/openai/openai-go) | `3.41.0` | `3.42.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.38.0` | `0.40.0` |
| [google.golang.org/genai](https://github.com/googleapis/go-genai) | `1.62.0` | `1.63.0` |
| [github.com/aws/aws-sdk-go-v2/service/bedrockruntime](https://github.com/aws/aws-sdk-go-v2) | `1.54.2` | `1.55.0` |
| [github.com/ollama/ollama](https://github.com/ollama/ollama) | `0.31.1` | `0.31.2` |


Updates `github.com/anthropics/anthropic-sdk-go` from 1.56.0 to 1.57.0
- [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.56.0...v1.57.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.27 to 1.32.29
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.27...config/v1.32.29)

Updates `github.com/openai/openai-go/v3` from 3.41.0 to 3.42.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.41.0...v3.42.0)

Updates `golang.org/x/text` from 0.38.0 to 0.40.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.38.0...v0.40.0)

Updates `google.golang.org/genai` from 1.62.0 to 1.63.0
- [Release notes](https://github.com/googleapis/go-genai/releases)
- [Changelog](https://github.com/googleapis/go-genai/blob/v1.63.0/CHANGELOG.md)
- [Commits](googleapis/go-genai@v1.62.0...v1.63.0)

Updates `github.com/aws/aws-sdk-go-v2/service/bedrockruntime` from 1.54.2 to 1.55.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.54.2...service/s3/v1.55.0)

Updates `github.com/ollama/ollama` from 0.31.1 to 0.31.2
- [Release notes](https://github.com/ollama/ollama/releases)
- [Commits](ollama/ollama@v0.31.1...v0.31.2)

---
updated-dependencies:
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 1.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/openai/openai-go/v3
  dependency-version: 3.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: golang.org/x/text
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: google.golang.org/genai
  dependency-version: 1.63.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/bedrockruntime
  dependency-version: 1.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/ollama/ollama
  dependency-version: 0.31.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Copilot AI review requested due to automatic review settings July 13, 2026 07:29

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.

Copilot can't review bot-authored pull requests automatically. A user with Copilot access can request a review manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant