Skip to content

build(deps): Bump github.com/anthropics/anthropic-sdk-go from 1.22.1 to 1.26.0 - #37

Merged
NeckBeardPrince merged 1 commit into
mainfrom
dependabot/go_modules/github.com/anthropics/anthropic-sdk-go-1.26.0
Feb 23, 2026
Merged

build(deps): Bump github.com/anthropics/anthropic-sdk-go from 1.22.1 to 1.26.0#37
NeckBeardPrince merged 1 commit into
mainfrom
dependabot/go_modules/github.com/anthropics/anthropic-sdk-go-1.26.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 23, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/anthropics/anthropic-sdk-go from 1.22.1 to 1.26.0.

Release notes

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

v1.26.0

1.26.0 (2026-02-19)

Full Changelog: v1.25.1...v1.26.0

Features

  • api: Add top-level cache control (automatic caching) (75f9f70)
  • client: add BetaToolRunner for automatic tool use loops (#603) (e44128a)

Chores

  • internal: codegen related update (6247d2f)

v1.25.1

1.25.1 (2026-02-19)

Full Changelog: v1.25.0...v1.25.1

Bug Fixes

  • client: use correct format specifier for header serialization (9115a61)

v1.25.0

1.25.0 (2026-02-18)

Full Changelog: v1.24.0...v1.25.0

Features

  • api: fix shared UserLocation and error code types (cb98cd0)

v1.24.0

1.24.0 (2026-02-18)

Full Changelog: v1.23.0...v1.24.0

Features

  • api: Make new tool versions available as top level tool types (54d01f5)

v1.23.0

1.23.0 (2026-02-17)

Full Changelog: v1.22.1...v1.23.0

Features

  • api: Releasing claude-sonnet-4-6 (782d5a5)

... (truncated)

Changelog

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

1.26.0 (2026-02-19)

Full Changelog: v1.25.1...v1.26.0

Features

  • api: Add top-level cache control (automatic caching) (75f9f70)
  • client: add BetaToolRunner for automatic tool use loops (#603) (e44128a)

Chores

  • internal: codegen related update (6247d2f)

1.25.1 (2026-02-19)

Full Changelog: v1.25.0...v1.25.1

Bug Fixes

  • client: use correct format specifier for header serialization (9115a61)

1.25.0 (2026-02-18)

Full Changelog: v1.24.0...v1.25.0

Features

  • api: fix shared UserLocation and error code types (cb98cd0)

1.24.0 (2026-02-18)

Full Changelog: v1.23.0...v1.24.0

Features

1.23.0 (2026-02-17)

Full Changelog: v1.22.1...v1.23.0

Features

  • api: Releasing claude-sonnet-4-6 (782d5a5)

Bug Fixes

... (truncated)

Commits
  • 4d66933 release: 1.26.0
  • e49644f feat(api): Add top-level cache control (automatic caching)
  • 04189ba chore(internal): codegen related update
  • aeafa3d feat(client): add BetaToolRunner for automatic tool use loops (#603)
  • 810d31b release: 1.25.1
  • bb4eef8 fix(client): use correct format specifier for header serialization
  • 1ec20dd release: 1.25.0
  • 030bc93 feat(api): fix shared UserLocation and error code types
  • 8eaaf7d codegen metadata
  • 2666499 codegen metadata
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) from 1.22.1 to 1.26.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.22.1...v1.26.0)

---
updated-dependencies:
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 1.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 23, 2026
@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
gomod/github.com/anthropics/anthropic-sdk-go 1.26.0 UnknownUnknown
gomod/golang.org/x/sync 0.16.0 UnknownUnknown

Scanned Files

  • go.mod

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Anthropic Go SDK dependency used by howtfdoi’s Anthropic provider integration.

Changes:

  • Bump github.com/anthropics/anthropic-sdk-go from v1.22.1 to v1.26.0.
  • Refresh module metadata (go.sum) and add newly required indirect dependency (golang.org/x/sync).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
go.mod Updates the Anthropic SDK version and records new indirect requirements.
go.sum Updates checksums for the new SDK version and its transitive dependencies.

@NeckBeardPrince
NeckBeardPrince merged commit c945034 into main Feb 23, 2026
9 checks passed
@NeckBeardPrince
NeckBeardPrince deleted the dependabot/go_modules/github.com/anthropics/anthropic-sdk-go-1.26.0 branch February 23, 2026 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants