Skip to content

chore(deps): bump the go-deps group with 5 updates - #156

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-deps-f429a6b0f0
Open

chore(deps): bump the go-deps group with 5 updates#156
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-deps-f429a6b0f0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the go-deps group with 5 updates:

Package From To
github.com/anthropics/anthropic-sdk-go 1.61.0 1.63.0
golang.org/x/crypto 0.54.0 0.55.0
golang.org/x/net 0.57.0 0.58.0
golang.org/x/text 0.40.0 0.41.0
google.golang.org/genai 1.66.0 1.67.0

Updates github.com/anthropics/anthropic-sdk-go from 1.61.0 to 1.63.0

Release notes

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

v1.63.0

1.63.0 (2026-08-10)

Full Changelog: v1.62.0...v1.63.0

Features

  • api: add output_behavior to dream creation (create a new memory store or update the input store in place) (ba999d5)

Bug Fixes

  • client: add models (a662a31)
  • symlink-loop paths, special archive members, and 409 retry in the agent toolset and environment worker (#226) (82aa034)
  • vertex: preserve a user-supplied HTTP client by wrapping its transport with Google auth (#242) (8e85a8e)

v1.62.0

1.62.0 (2026-08-06)

Full Changelog: v1.61.0...v1.62.0

Features

  • api: add mid-conversation-tool-changes-2026-07-01 beta (f53c3d3)
  • api: add support for session budgets, advisor tool, pinned inference location and skills auto-loading from GitHub (89c04c2)

Bug Fixes

  • client: preserve wire-faithful JSON in accumulated streaming messages (#197) (9a01ac0)
  • jsonl: prevent silent truncation of large results, and don't panic on close (#203) (77dd33d)
  • tools: name tool refusals and a dead shell so they can be matched (#213) (da87d4d)

Chores

  • api: remove retired Claude Opus 4.1 models (85fdf3b)
  • docs: small updates to descriptions (487e6ea)
  • docs: updates to a few documentation strings (03dc511)
Changelog

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

1.63.0 (2026-08-10)

Full Changelog: v1.62.0...v1.63.0

Features

  • api: add output_behavior to dream creation (create a new memory store or update the input store in place) (ba999d5)

Bug Fixes

  • client: add models (a662a31)
  • symlink-loop paths, special archive members, and 409 retry in the agent toolset and environment worker (#226) (82aa034)
  • vertex: preserve a user-supplied HTTP client by wrapping its transport with Google auth (#242) (8e85a8e)

1.62.0 (2026-08-06)

Full Changelog: v1.61.0...v1.62.0

Features

  • api: add mid-conversation-tool-changes-2026-07-01 beta (f53c3d3)
  • api: add support for session budgets, advisor tool, pinned inference location and skills auto-loading from GitHub (89c04c2)

Bug Fixes

  • client: preserve wire-faithful JSON in accumulated streaming messages (#197) (9a01ac0)
  • jsonl: prevent silent truncation of large results, and don't panic on close (#203) (77dd33d)
  • tools: name tool refusals and a dead shell so they can be matched (#213) (da87d4d)

Chores

  • api: remove retired Claude Opus 4.1 models (85fdf3b)
  • docs: small updates to descriptions (487e6ea)
  • docs: updates to a few documentation strings (03dc511)
Commits
  • 9b14199 release: 1.63.0
  • 6e77739 fix(vertex): preserve a user-supplied HTTP client by wrapping its transport w...
  • 8bd6093 fix(client): add models
  • 2e232a0 feat(api): add output_behavior to dream creation (create a new memory store o...
  • ce6301c fix: symlink-loop paths, special archive members, and 409 retry in the agent ...
  • 0239529 release: 1.62.0
  • 5e33a6a feat(api): add support for session budgets, advisor tool, pinned inference lo...
  • 57b7957 chore(docs): updates to a few documentation strings
  • 0f386c5 chore(api): remove retired Claude Opus 4.1 models
  • 8f79f80 fix(tools): name tool refusals and a dead shell so they can be matched (#213)
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.54.0 to 0.55.0

Commits
  • f44d03d go.mod: update golang.org/x dependencies
  • 5ed4944 crypto/internal/poly1305: provide optimised assembly for riscv64
  • b07833c ssh: return window credit for discarded extended data
  • d701c51 acme: fix nil pointer dereference in pebble test error reporting
  • 999d053 ssh: fix parsing of GSSAPI payloads offering multiple mechanisms
  • 90f76b8 ssh: reject certificate signature keys before recursing
  • b53964a ssh: permit empty but non-nil HostKeyAlgorithms, KeyExchanges, Ciphers, MACs
  • 626e40f ssh: drain stderr on forwarded TCP and Unix channels
  • 31914c6 x509roots/fallback: update bundle
  • f2135b8 all: clean up minor issues found by staticcheck
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.57.0 to 0.58.0

Commits
  • acc78e0 go.mod: update golang.org/x dependencies
  • 90d10f0 internal/http3: delete invalid Content-Length if declared in server handler
  • 08abf4d internal/http3: infer headers when Content-Encoding is set but is empty
  • 8d10596 http2: avoid deadlocks in wrapped ClientConn state callback
  • 99c3b0a http2/hpack: build the table lookup maps lazily, only for encoders
  • 5a920b1 http3: rework registration to allow using a fake network
  • 7fd2842 quic: return an error from Accept after PacketConn reader exits
  • 825111d quic: avoid busy-loop when keep-alive is blocked by congestion control
  • a02ddfa http/httpproxy: prioritize lowercase proxy environment variables
  • 574e5eb quic: halt conn goroutines on close when listener exits early
  • Additional commits viewable in compare view

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

Commits
  • acdba66 go.mod: update golang.org/x dependencies
  • 02aa981 secure/precis: fix short destination buffer handling in Nickname profile
  • See full diff in compare view

Updates google.golang.org/genai from 1.66.0 to 1.67.0

Release notes

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

v1.67.0

1.67.0 (2026-08-06)

Features

  • Add TOO_MANY_TOOL_CALLS to FinishReason enum. (e5a3783)
  • Support GoogleMaps Tool grounding_types places and routing (d76fedf)
  • Support HTTP retries in the Go GenAI SDK. (45c6782)

Bug Fixes

  • Add propertyOrdering auto-population for ResponseSchema and ResponseJsonSchema for Dotnet SDK (1e113a5)
Changelog

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

1.67.0 (2026-08-06)

Features

  • Add TOO_MANY_TOOL_CALLS to FinishReason enum. (e5a3783)
  • Support GoogleMaps Tool grounding_types places and routing (d76fedf)
  • Support HTTP retries in the Go GenAI SDK. (45c6782)

Bug Fixes

  • Add propertyOrdering auto-population for ResponseSchema and ResponseJsonSchema for Dotnet SDK (1e113a5)
Commits
  • 9928e5e chore(main): release 1.67.0 (#873)
  • 1e113a5 fix: Add propertyOrdering auto-population for ResponseSchema and ResponseJson...
  • e5a3783 feat: Add TOO_MANY_TOOL_CALLS to FinishReason enum.
  • 8c6a51c test: fix api-mode table tests to execute and assert errors, resolve existing...
  • 85ce5be chore: Bind Go table test parameters correctly when the SDK signature diverges.
  • 45c6782 feat: Support HTTP retries in the Go GenAI SDK.
  • 7c55cdf docs: Update GenerateVideos docstrings and samples
  • 5eb6a93 chore: internal
  • d76fedf feat: Support GoogleMaps Tool grounding_types places and routing
  • a6cb4cc docs: Communicate on upcoming updates in the next major version
  • 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

Bumps the go-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) | `1.61.0` | `1.63.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.54.0` | `0.55.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.57.0` | `0.58.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.40.0` | `0.41.0` |
| [google.golang.org/genai](https://github.com/googleapis/go-genai) | `1.66.0` | `1.67.0` |


Updates `github.com/anthropics/anthropic-sdk-go` from 1.61.0 to 1.63.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.61.0...v1.63.0)

Updates `golang.org/x/crypto` from 0.54.0 to 0.55.0
- [Commits](golang/crypto@v0.54.0...v0.55.0)

Updates `golang.org/x/net` from 0.57.0 to 0.58.0
- [Commits](golang/net@v0.57.0...v0.58.0)

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

Updates `google.golang.org/genai` from 1.66.0 to 1.67.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.66.0...v1.67.0)

---
updated-dependencies:
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 1.63.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/crypto
  dependency-version: 0.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/net
  dependency-version: 0.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/text
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/genai
  dependency-version: 1.67.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency updates go Go service changes labels Aug 15, 2026
@dependabot
dependabot Bot requested a review from eser as a code owner August 15, 2026 23:53
@dependabot dependabot Bot added dependencies Dependency updates go Go service changes labels Aug 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates go Go service changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants