Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 16, 2025

Bumps @anthropic-ai/sdk from 0.37.0 to 0.54.0.

Release notes

Sourced from @​anthropic-ai/sdk's releases.

sdk: v0.54.0

0.54.0 (2025-06-11)

Full Changelog: sdk-v0.53.0...sdk-v0.54.0

Features

  • api: api update (e923aa1)
  • api: api update (4877181)
  • api: manual updates (99b0111)
  • client: add support for fine-grained-tool-streaming-2025-05-14 (6b35dd9)

Bug Fixes

  • client: deprecate BetaBase64PDFBlock in favor of BetaRequestDocumentBlock (7fa10db)
  • client: improve error message in parsing JSON (7c0cb84)
  • internal: revert unintentional changes (28dccec)

Chores

  • avoid type error in certain environments (48c1a41)
  • tests: add testing for invalid json raising (52260c1)

sdk: v0.53.0

0.53.0 (2025-06-04)

Full Changelog: sdk-v0.52.0...sdk-v0.53.0

Features

  • client: add support for new text_editor_20250429 tool (e49ebfb)

Bug Fixes

  • client: correctly track input from server_tool_use input deltas (4a14253)
  • client: fix link to streaming responses docs (2ad98be)
  • compat with more runtimes (3c70ae3)

Chores

  • adjust eslint.config.mjs ignore pattern (ab404cf)
  • ci: fix release workflow (7e2e566)
  • deps: bump eslint-plugin-prettier (8f973c4)
  • docs: use top-level-await in example snippets (b4a60ee)
  • examples: show how to pass an authorization token to an MCP server (340461b)
  • improve publish-npm script --latest tag logic (4a7bdc0)

... (truncated)

Changelog

Sourced from @​anthropic-ai/sdk's changelog.

0.54.0 (2025-06-11)

Full Changelog: sdk-v0.53.0...sdk-v0.54.0

Features

  • api: api update (e923aa1)
  • api: api update (4877181)
  • api: manual updates (99b0111)
  • client: add support for fine-grained-tool-streaming-2025-05-14 (6b35dd9)

Bug Fixes

  • client: deprecate BetaBase64PDFBlock in favor of BetaRequestDocumentBlock (7fa10db)
  • client: improve error message in parsing JSON (7c0cb84)
  • internal: revert unintentional changes (28dccec)

Chores

  • avoid type error in certain environments (48c1a41)
  • tests: add testing for invalid json raising (52260c1)

0.53.0 (2025-06-04)

Full Changelog: sdk-v0.52.0...sdk-v0.53.0

Features

  • client: add support for new text_editor_20250429 tool (e49ebfb)

Bug Fixes

  • client: correctly track input from server_tool_use input deltas (4a14253)
  • client: fix link to streaming responses docs (2ad98be)
  • compat with more runtimes (3c70ae3)

Chores

  • adjust eslint.config.mjs ignore pattern (ab404cf)
  • ci: fix release workflow (7e2e566)
  • deps: bump eslint-plugin-prettier (8f973c4)
  • docs: use top-level-await in example snippets (b4a60ee)
  • examples: show how to pass an authorization token to an MCP server (340461b)
  • improve publish-npm script --latest tag logic (4a7bdc0)
  • internal: codegen related update (345af47)
  • internal: codegen related update (6d924ef)

... (truncated)

Commits
  • cbc3077 Merge pull request #778 from anthropics/release-please--branches--main--chang...
  • bc51a74 chore: release main
  • 28dccec fix(internal): revert unintentional changes
  • 99b0111 feat(api): manual updates
  • e923aa1 feat(api): api update
  • 4877181 feat(api): api update
  • 52260c1 chore(tests): add testing for invalid json raising
  • 7c0cb84 fix(client): improve error message in parsing JSON
  • 6b35dd9 feat(client): add support for fine-grained-tool-streaming-2025-05-14
  • 7fa10db fix(client): deprecate BetaBase64PDFBlock in favor of BetaRequestDocumentBlock
  • 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 [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) from 0.37.0 to 0.54.0.
- [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.37.0...sdk-v0.54.0)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.54.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 javascript Pull requests that update javascript code labels Jun 16, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 30, 2025

Superseded by #10.

@dependabot dependabot bot closed this Jun 30, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/anthropic-ai/sdk-0.54.0 branch June 30, 2025 13:50
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant