Skip to content

chore(deps): bump github.com/anthropics/anthropic-sdk-go from 0.2.0-beta.3 to 1.5.0 #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 4, 2025

Bumps github.com/anthropics/anthropic-sdk-go from 0.2.0-beta.3 to 1.5.0.

Release notes

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

v1.5.0

1.5.0 (2025-07-03)

Full Changelog: v1.4.0...v1.5.0

Features

  • add RequestID to API errors (884f13b)
  • api: add support for Search Result Content Blocks (1f6ab8a)
  • api: api update (27a18f2)
  • api: manual updates (926b094)
  • client: add debug log helper (e427bb3)
  • client: add escape hatch for null slice & maps (9e3ded0)
  • vertex: support global region endpoint (3c0b86d)

Bug Fixes

  • client: deprecate BetaBase64PDFBlock in favor of BetaRequestDocumentBlock (5d8fd96)
  • don't try to deserialize as json when ResponseBodyInto is []byte (0e7ce7b)
  • pagination: check if page data is empty in GetNextPage (d64dc0a)

Chores

  • api: mark claude-3-opus-20240229 as deprecated (1472af8)
  • ci: enable for pull requests (cdb1340)
  • ci: only run for pushes and fork pull requests (d7d44ff)
  • fix documentation of null map (c79ab28)
  • internal: add breaking change detection (49a1855)

Documentation

  • simplify message creation syntax in README example (#203) (c4aef2e)
  • update models and non-beta (a7bc60e)

Refactors

  • improve Error() method to avoid code duplication (43651c2)

v1.4.0

1.4.0 (2025-06-04)

Full Changelog: v1.3.0...v1.4.0

Features

  • client: allow overriding unions (079149c)

... (truncated)

Changelog

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

1.5.0 (2025-07-03)

Full Changelog: v1.4.0...v1.5.0

Features

  • add RequestID to API errors (884f13b)
  • api: add support for Search Result Content Blocks (1f6ab8a)
  • api: api update (27a18f2)
  • api: manual updates (926b094)
  • client: add debug log helper (e427bb3)
  • client: add escape hatch for null slice & maps (9e3ded0)
  • vertex: support global region endpoint (3c0b86d)

Bug Fixes

  • client: deprecate BetaBase64PDFBlock in favor of BetaRequestDocumentBlock (5d8fd96)
  • don't try to deserialize as json when ResponseBodyInto is []byte (0e7ce7b)
  • pagination: check if page data is empty in GetNextPage (d64dc0a)

Chores

  • api: mark claude-3-opus-20240229 as deprecated (1472af8)
  • ci: enable for pull requests (cdb1340)
  • ci: only run for pushes and fork pull requests (d7d44ff)
  • fix documentation of null map (c79ab28)
  • internal: add breaking change detection (49a1855)

Documentation

  • simplify message creation syntax in README example (#203) (c4aef2e)
  • update models and non-beta (a7bc60e)

Refactors

  • improve Error() method to avoid code duplication (43651c2)

1.4.0 (2025-06-04)

Full Changelog: v1.3.0...v1.4.0

Features

  • client: allow overriding unions (079149c)

... (truncated)

Commits
  • f109d74 release: 1.5.0
  • c0eed8c feat(api): add support for Search Result Content Blocks
  • 93b5427 docs: update models and non-beta
  • 264b004 codegen metadata
  • d3eb60f chore(api): mark claude-3-opus-20240229 as deprecated
  • e97bfb5 chore(ci): only run for pushes and fork pull requests
  • 9b6d319 fix: don't try to deserialize as json when ResponseBodyInto is []byte
  • bc948b6 fix(pagination): check if page data is empty in GetNextPage
  • 67cc87e docs: simplify message creation syntax in README example (#203)
  • 19f1c84 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 0.2.0-beta.3 to 1.5.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@v0.2.0-beta.3...v1.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 4, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 4, 2025 07:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 4, 2025
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.

0 participants