Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2025

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

Release notes

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

v0.2.0-beta.4

0.2.0-beta.4 (2025-05-18)

Full Changelog: v0.2.0-beta.3...v0.2.0-beta.4

⚠ BREAKING CHANGES

  • client: clearer array variant names
  • client: rename resp package
  • client: improve core function names
  • client: improve union variant names
  • client: improve param subunions & deduplicate types

Features

  • api: adds web search capabilities to the Claude API (9ca314a)
  • api: extract ContentBlockDelta events into their own schemas (#165) (6d75486)
  • api: manual updates (d405f97)
  • api: manual updates (e1326cd)
  • api: manual updates (a92a382)
  • api: manual updates (59bd507)
  • client: add dynamic streaming buffer to handle large lines (510e099)
  • client: add escape hatch to omit required param fields (#175) (6df8184)
  • client: add helper method to generate constant structs (015e8bc)
  • client: add support for endpoint-specific base URLs in python (44645c9)
  • client: add support for reading base URL from environment variable (835e632)
  • client: clearer array variant names (1fdea8f)
  • client: experimental support for unmarshalling into param structs (94c8fa4)
  • client: improve param subunions & deduplicate types (8daacf6)
  • client: make response union's AsAny method type safe (#174) (f410ed0)
  • client: rename resp package (8e7d278)
  • client: support custom http clients (#177) (ff7a793)
  • client: support more time formats (af2df86)
  • client: support param struct overrides (#167) (e0d5eb0)
  • client: support unions in query and forms (#171) (6bf1ce3)

Bug Fixes

  • client: clean up reader resources (2234386)
  • client: correctly update body in WithJSONSet (f531c77)
  • client: deduplicate stop reason type (#155) (0f985ad)
  • client: fix bug where types occasionally wouldn't generate (8988713)
  • client: improve core function names (0a2777f)
  • client: improve union variant names (92718fd)
  • client: include path for type names in example code (5bbe836)
  • client: resolve issue with optional multipart files (e2af94c)
  • client: return error on bad custom url instead of panic (#169) (b086b55)
  • client: support multipart encoding array formats (#170) (611a25a)
  • client: time format encoding fix (d589846)

... (truncated)

Changelog

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

0.2.0-beta.4 (2025-05-18)

Full Changelog: v0.2.0-beta.3...v0.2.0-beta.4

⚠ BREAKING CHANGES

  • client: clearer array variant names
  • client: rename resp package
  • client: improve core function names
  • client: improve union variant names
  • client: improve param subunions & deduplicate types

Features

  • api: adds web search capabilities to the Claude API (9ca314a)
  • api: extract ContentBlockDelta events into their own schemas (#165) (6d75486)
  • api: manual updates (d405f97)
  • api: manual updates (e1326cd)
  • api: manual updates (a92a382)
  • api: manual updates (59bd507)
  • client: add dynamic streaming buffer to handle large lines (510e099)
  • client: add escape hatch to omit required param fields (#175) (6df8184)
  • client: add helper method to generate constant structs (015e8bc)
  • client: add support for endpoint-specific base URLs in python (44645c9)
  • client: add support for reading base URL from environment variable (835e632)
  • client: clearer array variant names (1fdea8f)
  • client: experimental support for unmarshalling into param structs (94c8fa4)
  • client: improve param subunions & deduplicate types (8daacf6)
  • client: make response union's AsAny method type safe (#174) (f410ed0)
  • client: rename resp package (8e7d278)
  • client: support custom http clients (#177) (ff7a793)
  • client: support more time formats (af2df86)
  • client: support param struct overrides (#167) (e0d5eb0)
  • client: support unions in query and forms (#171) (6bf1ce3)

Bug Fixes

  • client: clean up reader resources (2234386)
  • client: correctly update body in WithJSONSet (f531c77)
  • client: deduplicate stop reason type (#155) (0f985ad)
  • client: fix bug where types occasionally wouldn't generate (8988713)
  • client: improve core function names (0a2777f)
  • client: improve union variant names (92718fd)
  • client: include path for type names in example code (5bbe836)
  • client: resolve issue with optional multipart files (e2af94c)
  • client: return error on bad custom url instead of panic (#169) (b086b55)
  • client: support multipart encoding array formats (#170) (611a25a)
  • client: time format encoding fix (d589846)
  • client: unmarshal responses properly (8344a1c)

... (truncated)

Commits
  • 40c1597 Merge pull request #181 from anthropics/release-please--branches--main--chang...
  • 3d897a3 release: 0.2.0-beta.4
  • 1fdea8f feat(client)!: clearer array variant names
  • 44645c9 feat(client): add support for endpoint-specific base URLs in python
  • 9dd88e6 codegen metadata
  • 142576c docs: remove or fix invalid readme examples
  • 8988713 fix(client): fix bug where types occasionally wouldn't generate
  • 9ca314a feat(api): adds web search capabilities to the Claude API
  • 94c8fa4 feat(client): experimental support for unmarshalling into param structs
  • 2234386 fix(client): clean up reader resources
  • 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 0.2.0-beta.4.
- [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...v0.2.0-beta.4)

---
updated-dependencies:
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 0.2.0-beta.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 20, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 22, 2025

Looks like github.com/anthropics/anthropic-sdk-go is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this May 22, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/anthropics/anthropic-sdk-go-0.2.0-beta.4 branch May 22, 2025 22:13
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants