Skip to content

deps: Bump the go-dependencies group with 2 updates - #408

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

deps: Bump the go-dependencies group with 2 updates#408
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-8f3c555f73

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the go-dependencies group with 2 updates: github.com/anthropics/anthropic-sdk-go and github.com/github/copilot-sdk/go.

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

Release notes

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

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.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
  • 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)
  • f67c163 chore(docs): small updates to descriptions
  • 30fed37 feat(api): add mid-conversation-tool-changes-2026-07-01 beta
  • 186ca02 fix(jsonl): prevent silent truncation of large results, and don't panic on cl...
  • dde04fc fix(client): preserve wire-faithful JSON in accumulated streaming messages (#...
  • 04382dd codegen metadata
  • See full diff in compare view

Updates github.com/github/copilot-sdk/go from 1.0.8 to 1.0.9

Release notes

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

rust/v1.0.9

What's Changed

New Contributors

Full Changelog: github/copilot-sdk@rust/v1.0.9-preview.3...rust/v1.0.9

v1.0.9

What's Changed

... (truncated)

Commits
  • cc8c7f2 sdk: Expose disabled MCP servers across languages (#2260)
  • 6ce0afc docs: add citations guide (#2267)
  • 737551b docs: update Go and Rust API links (#2266)
  • e787639 fix: Java README version stuck at 1.0.5-01; release sed regex can't match num...
  • 2b050d7 Add userPromptTransformed hook to all SDKs (#2254)
  • 70bb9a1 Fix active Node and Rust replay E2E flakes (#2186)
  • dba8f83 Parallelize Python and Windows .NET CI tests (#2251)
  • 53f3a45 docs: replace removed session.idle.backgroundTasks field with the current `...
  • ddf11bc build(deps-dev): bump postcss from 8.5.15 to 8.5.25 in /test/harness (#2252)
  • 69f2a46 docs: move SDK development guidance to local READMEs (#2253)
  • 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-dependencies group with 2 updates: [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) and [github.com/github/copilot-sdk/go](https://github.com/github/copilot-sdk).


Updates `github.com/anthropics/anthropic-sdk-go` from 1.61.0 to 1.62.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.62.0)

Updates `github.com/github/copilot-sdk/go` from 1.0.8 to 1.0.9
- [Release notes](https://github.com/github/copilot-sdk/releases)
- [Changelog](https://github.com/github/copilot-sdk/blob/main/CHANGELOG.md)
- [Commits](github/copilot-sdk@v1.0.8...v1.0.9)

---
updated-dependencies:
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 1.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/github/copilot-sdk/go
  dependency-version: 1.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added the dependencies Dependency updates label Aug 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

Labels

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

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

@dependabot
dependabot Bot requested a review from jongio as a code owner August 10, 2026 01:55
@dependabot dependabot Bot added the dependencies Dependency updates label Aug 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants