Skip to content

chore(deps): bump the go-minor-patch group across 1 directory with 7 updates#2218

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

chore(deps): bump the go-minor-patch group across 1 directory with 7 updates#2218
dependabot[bot] wants to merge 2 commits 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 with 7 updates in the /go directory:

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.30
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.1
github.com/ollama/ollama 0.31.1 0.32.0

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.30

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.1

Commits

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

Release notes

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

v0.32.0

What's Changed

  • New interactive agent experience: running ollama now launches an agent to help you code and delegate work
❯ ollama
Ollama 0.32.0

▸ Chat, Code, & Work (glm-5.2:cloud)
Chat with models, code, search the web, and delegate real work

  • Renamed the Codex App integration to ChatGPT: use ollama launch chatgpt (and --restore to return to your usual ChatGPT profile)
  • Simplified integration selection: the ollama launch menu now only offers the most popular integrations (other integrations can be accessed through ollama launch
  • Warns before launching older agent models: CodeLlama, Qwen2.5(-coder), Llama 3.x, Mistral, StarCoder, and the base DeepSeek-R1 tags now prompt a deprecation warning before ollama launch continues

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

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
  • f1a0ffd launch: rename Codex App integration to ChatGPT (#17161)
  • cd600e1 cmd/tui: simplify integration selection and update menu description (#17159)
  • 59bd0b4 mlx: restore NAX in Metal v4 builds (#17160)
  • 82f905c cmd: agent UI (#17017)
  • cb3d98c launch: warn before launching old agent models (#17063)
  • d47859c create: select the qwen3.5 parser and renderer for Qwen3.5/Next
  • a6293eb llm: allow iGPU mmproj offload with fit padding (#16996)
  • 892e7f6 server: apply format constraint for all thinking parsers when think=false (#1...
  • f3d69a3 server: remove unused internal/ code (#17071)
  • 67b6a1c create: harden GGUF create flows (#17062)
  • Additional commits viewable in compare view

@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.

@dependabot dependabot Bot changed the title chore(deps): bump the go-minor-patch group in /go with 7 updates chore(deps): bump the go-minor-patch group across 1 directory with 7 updates Jul 14, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go/go-minor-patch-e9da96b1c7 branch from b51c780 to 06c5b50 Compare July 14, 2026 12:57
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go/go-minor-patch-e9da96b1c7 branch from 06c5b50 to cd83acc Compare July 14, 2026 13:02
…updates

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

| 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.30` |
| [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.1` |
| [github.com/ollama/ollama](https://github.com/ollama/ollama) | `0.31.1` | `0.32.0` |



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.30
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.27...config/v1.32.30)

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.1
- [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.1)

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

---
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/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
- 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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go/go-minor-patch-e9da96b1c7 branch from cd83acc to aebf484 Compare July 14, 2026 13:08
@peterj peterj enabled auto-merge (squash) July 15, 2026 05:38
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.

2 participants