Skip to content

build(deps): bump the go-dependencies group across 1 directory with 5 updates - #129

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-72172f689c
Open

build(deps): bump the go-dependencies group across 1 directory with 5 updates#129
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-72172f689c

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the go-dependencies group with 5 updates in the / directory:

Package From To
github.com/PuerkitoBio/goquery 1.12.0 1.13.0
github.com/anthropics/anthropic-sdk-go 1.63.1 1.68.0
github.com/ollama/ollama 0.32.13 0.33.2
github.com/stretchr/testify 1.12.0 1.12.1
google.golang.org/genai 1.68.0 1.70.0

Updates github.com/PuerkitoBio/goquery from 1.12.0 to 1.13.0

Release notes

Sourced from github.com/PuerkitoBio/goquery's releases.

v1.13.0

Performance improvements and new top-level goquery.Text function to extract text from a selection with more control than the sel.Text jquery-like method.

Commits
  • 4a4f132 Linkify github usernames
  • e47f384 Add new version to readme to prepare 1.13 release
  • 80a9b7f Run CI on go1.27 (+1.26)
  • ad18e5a Merge pull request #596 from ChrisJr404/text-toplevel-func
  • 4e49d09 add tests for empty and fully-filtered selections
  • 91ed06d Add top-level Text function for BeautifulSoup-style text extraction
  • 105f399 Merge pull request #595 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • d329e29 build(deps): bump golang.org/x/net from 0.57.0 to 0.58.0
  • 53a9b37 Merge pull request #586 from jvoisin/cachephwc
  • 50e9856 Merge pull request #593 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • Additional commits viewable in compare view

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

Release notes

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

v1.68.0

1.68.0 (2026-08-27)

Full Changelog: v1.67.0...v1.68.0

Features

  • api: beta files/skills namespaces use GA shapes; drop dated beta header pins (90ee202)

Bug Fixes

  • bedrock: leave non-JSON request bodies untouched (#337) (3a2e758)
  • client: report Windows correctly in X-Stainless-OS header (ceb299f)
  • client: retry attempts that hit the per-request timeout (49b9527)
  • sessions: deliver completed tool calls when the runner terminates (#322) (642d6a0)
  • sessions: read event fields via variant accessors in session helpers (#336) (fb7ec8a)
  • tools: let read return a view_range of a file over the size cap (#341) (33d4f9d)
  • webhooks: require headers to be passed to unwrap() (9a1023a)

Documentation

  • api: clarify pagination on the organization rate-limit list endpoints (0b6ba47)

v1.67.0

1.67.0 (2026-08-26)

Full Changelog: v1.66.0...v1.67.0

Features

  • api: add updates thinking display mode (beta) (44fa7a6)
  • api: add missing anthropic-beta values (118b499)
  • api: add support for Organization API endpoints (713c567)

Bug Fixes

  • messages: add missing ToParam methods and exhaustiveness test (#245) (e385915)
  • tools: keep the tool runner going on pause_turn (#250) (2fa015b)

Chores

  • docs: clarify skill version latest support and memory version retention (c5d5ac4)
  • internal: cancel superseded CI runs (5413684)

Documentation

... (truncated)

Changelog

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

1.68.0 (2026-08-27)

Full Changelog: v1.67.0...v1.68.0

Features

  • api: beta files/skills namespaces use GA shapes; drop dated beta header pins (90ee202)

Bug Fixes

  • bedrock: leave non-JSON request bodies untouched (#337) (3a2e758)
  • client: report Windows correctly in X-Stainless-OS header (ceb299f)
  • client: retry attempts that hit the per-request timeout (49b9527)
  • sessions: deliver completed tool calls when the runner terminates (#322) (642d6a0)
  • sessions: read event fields via variant accessors in session helpers (#336) (fb7ec8a)
  • tools: let read return a view_range of a file over the size cap (#341) (33d4f9d)
  • webhooks: require headers to be passed to unwrap() (9a1023a)

Documentation

  • api: clarify pagination on the organization rate-limit list endpoints (0b6ba47)

1.67.0 (2026-08-26)

Full Changelog: v1.66.0...v1.67.0

Features

  • api: add updates thinking display mode (beta) (44fa7a6)
  • api: add missing anthropic-beta values (118b499)
  • api: add support for Organization API endpoints (713c567)

Bug Fixes

  • messages: add missing ToParam methods and exhaustiveness test (#245) (e385915)
  • tools: keep the tool runner going on pause_turn (#250) (2fa015b)

Chores

  • docs: clarify skill version latest support and memory version retention (c5d5ac4)
  • internal: cancel superseded CI runs (5413684)

Documentation

  • api: clarify session thread agent and usage.iterations compaction descriptions (beta) (e017f63)

... (truncated)

Commits
  • d19dea9 release: 1.68.0
  • e3686fc docs(api): clarify pagination on the organization rate-limit list endpoints
  • 8b3cf62 fix(tools): let read return a view_range of a file over the size cap (#341)
  • e39ab89 test(tools): pin that read and edit preserve CRLF and CR line endings (#342)
  • f22c6d4 fix(bedrock): leave non-JSON request bodies untouched (#337)
  • 7990249 feat(api): beta files/skills namespaces use GA shapes; drop dated beta header...
  • 13333fd fix(client): retry attempts that hit the per-request timeout
  • 4cd20fb fix(client): report Windows correctly in X-Stainless-OS header
  • 6634a01 fix(sessions): read event fields via variant accessors in session helpers (#336)
  • 9dbb13f fix(sessions): deliver completed tool calls when the runner terminates (#322)
  • Additional commits viewable in compare view

Updates github.com/ollama/ollama from 0.32.13 to 0.33.2

Release notes

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

v0.33.2

What's Changed

  • Ollama's app now follows the system appearance again, restoring dark mode support
  • Fixed the macOS app to properly hand off to an already-running instance instead of starting a second one
  • The Claude Desktop proxy no longer interrupts in-flight requests when the model catalog updates

Full Changelog: ollama/ollama@v0.33.1...v0.33.2

v0.33.1

What's Changed

  • MLX: Qwen3.8 Flash Next support
  • cmake: make external compat patches idempotent
  • MLX and llama.cpp update
  • mlxrunner: add structured output support
  • mlxrunner: avoid Metal GPU timeouts when loading models from slow storage

New Contributors

Full Changelog: ollama/ollama@v0.33.0...v0.33.1

v0.33.0

What's Changed

Claude Desktop

Developers can now easily configure Claude Desktop to seamlessly work with Ollama as a third-party gateway provider.

Improved caching

  • Fixed a hang where agent clients that cancel long prefills
  • Prefill restore points are now trustworthy by construction: a cancelled prefill keeps every restore point it crossed, so retries resume where they stopped instead of restarting from scratch
  • Resumed prefills no longer record restore points that fail to cover what they claim; on models with recurrent layers this previously forced a request matching 46k of 47k tokens to reprocess from zero
  • Disabled Claude Code's "tokens left" token-countdown system message, which Ollama moved to the front of the prompt and broke the KV cache on every request

Other improvements

  • DeepSeek Harness launcher now falls back to npx when the global npm install fails, with Windows command-shim support
  • MLX dependency update (#17886)
  • Fixed broken default packaging caused by macOS-specific assumptions affecting Linux/Windows builds

Full Changelog: ollama/ollama@v0.32.15...v0.33.0

v0.32.15

What's Changed

  • New desktop onboarding flow on first launch
  • Caches resolved model metadata between requests, cutting time-to-first-token by roughly half (TTFT dropped from ~995 ms to ~524 ms in benchmarks)

... (truncated)

Commits

Updates github.com/stretchr/testify from 1.12.0 to 1.12.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.12.1

This is the first release which has the minimum dependencies practical in testify v1. The last remaining dependencies are github.com/stretchr/objx which itself has no dependencies, and go.yaml.in/yaml/v3. Removing objx would require v2, it cannot be vendored. Removing YAML would require vendoring the yaml library, which would do more harm than good. It's better to become aware of vulnerabilities in the official yaml package than to attempt to maintain our own.

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.12.0...v1.12.1

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.12.0...v1.12.1

Commits

Updates google.golang.org/genai from 1.68.0 to 1.70.0

Release notes

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

v1.70.0

1.70.0 (2026-08-25)

Features

  • Add AudioTranscriptionConfigMode (e601aac)

v1.69.0

1.69.0 (2026-08-19)

Features

  • Add mode enum (VERBATIM, SMART) to AudioTranscriptionConfig and TranscriptionConfig. (5ca93e0)
  • Add enable_data_retention to ToolParallelAiSearch, Add step_count to ReinforcementTuningHyperParameters, Add BidiGenerateContentSetup (600a8cf)
  • Add IDLE state to live connection status enum and mark REQUIRES_ACTION as deprecated. (2bbd248)
Changelog

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

1.70.0 (2026-08-25)

Features

  • Add AudioTranscriptionConfigMode (e601aac)

1.69.0 (2026-08-19)

Features

  • Add mode enum (VERBATIM, SMART) to AudioTranscriptionConfig and TranscriptionConfig. (5ca93e0)
  • Add enable_data_retention to ToolParallelAiSearch, Add step_count to ReinforcementTuningHyperParameters, Add BidiGenerateContentSetup (600a8cf)
  • Add IDLE state to live connection status enum and mark REQUIRES_ACTION as deprecated. (2bbd248)
Commits
  • 5e7adb3 chore(main): release 1.70.0 (#902)
  • e601aac feat: Add AudioTranscriptionConfigMode
  • 8cf30ee chore: Part.media_processing
  • 6fd3e65 chore: Move major release check to job level in block_major_releases workflow
  • df468a5 chore: Disable GenerateImages for Gemini API
  • 6230a94 chore: Update Go version to 1.26.x in apidiff workflow
  • fbdae87 chore(main): release 1.69.0 (#891)
  • 89fc37b chore: Internal Changes
  • 2bbd248 feat: Add IDLE state to live connection status enum and mark REQUIRES_ACTION ...
  • 5ca93e0 feat: Add mode enum (VERBATIM, SMART) to AudioTranscriptionConfig and...
  • Additional commits viewable in compare view

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

… updates

Bumps the go-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) | `1.12.0` | `1.13.0` |
| [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) | `1.63.1` | `1.68.0` |
| [github.com/ollama/ollama](https://github.com/ollama/ollama) | `0.32.13` | `0.33.2` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.12.0` | `1.12.1` |
| [google.golang.org/genai](https://github.com/googleapis/go-genai) | `1.68.0` | `1.70.0` |



Updates `github.com/PuerkitoBio/goquery` from 1.12.0 to 1.13.0
- [Release notes](https://github.com/PuerkitoBio/goquery/releases)
- [Commits](PuerkitoBio/goquery@v1.12.0...v1.13.0)

Updates `github.com/anthropics/anthropic-sdk-go` from 1.63.1 to 1.68.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.63.1...v1.68.0)

Updates `github.com/ollama/ollama` from 0.32.13 to 0.33.2
- [Release notes](https://github.com/ollama/ollama/releases)
- [Commits](ollama/ollama@v0.32.13...v0.33.2)

Updates `github.com/stretchr/testify` from 1.12.0 to 1.12.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.12.0...v1.12.1)

Updates `google.golang.org/genai` from 1.68.0 to 1.70.0
- [Release notes](https://github.com/googleapis/go-genai/releases)
- [Changelog](https://github.com/googleapis/go-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/go-genai@v1.68.0...v1.70.0)

---
updated-dependencies:
- dependency-name: github.com/PuerkitoBio/goquery
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 1.68.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/ollama/ollama
  dependency-version: 0.33.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: google.golang.org/genai
  dependency-version: 1.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
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.

0 participants