Skip to content

chore(deps): bump the anthropic group across 1 directory with 2 updates#29

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/backend/anthropic-43649da1d2
Open

chore(deps): bump the anthropic group across 1 directory with 2 updates#29
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/backend/anthropic-43649da1d2

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps the anthropic group with 2 updates in the /backend directory: @anthropic-ai/claude-agent-sdk and @anthropic-ai/sdk.

Updates @anthropic-ai/claude-agent-sdk from 0.1.62 to 0.2.29

Release notes

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

v0.2.29

What's changed

  • Updated to parity with Claude Code v2.1.29

Update

npm install @anthropic-ai/claude-agent-sdk@0.2.29
# or
yarn add @anthropic-ai/claude-agent-sdk@0.2.29
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.2.29
# or
bun add @anthropic-ai/claude-agent-sdk@0.2.29

v0.2.27

What's changed

  • Added listSessions function to discover resumable sessions by project, repo, or globally
  • Added optional annotations support to the tool() helper function for specifying MCP tool hints (readOnlyHint, destructiveHint, openWorldHint, idempotentHint)
  • Fixed mcpServerStatus() to include tools from SDK and dynamically-added MCP servers
  • Updated to parity with Claude Code v2.1.27

Update

npm install @anthropic-ai/claude-agent-sdk@0.2.27
# or
yarn add @anthropic-ai/claude-agent-sdk@0.2.27
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.2.27
# or
bun add @anthropic-ai/claude-agent-sdk@0.2.27

v0.2.25

What's changed

  • Updated to parity with Claude Code v2.1.25

Update

npm install @anthropic-ai/claude-agent-sdk@0.2.25
# or
yarn add @anthropic-ai/claude-agent-sdk@0.2.25
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.2.25
</tr></table> 

... (truncated)

Changelog

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

0.2.29

  • Updated to parity with Claude Code v2.1.29

0.2.27

  • Added optional annotations support to the tool() helper function for specifying MCP tool hints (readOnlyHint, destructiveHint, openWorldHint, idempotentHint)
  • Fixed mcpServerStatus() to include tools from SDK and dynamically-added MCP servers
  • Updated to parity with Claude Code v2.1.27

0.2.25

  • Updated to parity with Claude Code v2.1.25

0.2.23

  • Fixed structured output validation errors not being reported correctly
  • Updated to parity with Claude Code v2.1.23

0.2.22

  • Fixed structured outputs to handle empty assistant messsages
  • Updated to parity with Claude Code v2.1.22

0.2.21

  • Added config, scope, and tools fields to McpServerStatus for richer server introspection
  • Added reconnectMcpServer() and toggleMcpServer() methods for managing MCP server connections
  • Added disabled status to McpServerStatus
  • Fixed PermissionRequest hooks not being executed in SDK mode (e.g., VS Code extension)
  • Updated to parity with Claude Code v2.1.21

0.2.20

  • Added support for loading CLAUDE.md files from directories specified via additionalDirectories option (requires setting CLAUDE_CODE_ADDITIONAL_DIRECTORIES_CLAUDE_MD=1 in the env option)
  • Added CLAUDE_CODE_ENABLE_TASKS env var, set to true to opt into the new task system
  • Updated to parity with Claude Code v2.1.20

0.2.19

  • Added CLAUDE_CODE_ENABLE_TASKS env var, set to true to opt into the new task system

0.2.17

  • Updated to parity with Claude Code v2.1.17

0.2.16

  • Updated to parity with Claude Code v2.1.16

... (truncated)

Commits

Updates @anthropic-ai/sdk from 0.71.2 to 0.72.1

Release notes

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

sdk: v0.72.1

0.72.1 (2026-01-30)

Full Changelog: sdk-v0.72.0...sdk-v0.72.1

Bug Fixes

  • client: remove OutputFormat exports from index.ts (bf2cf08)

sdk: v0.72.0

0.72.0 (2026-01-29)

Full Changelog: sdk-v0.71.2...sdk-v0.72.0

Features

  • api: add support for Structured Outputs in the Messages API (eeb7fab)
  • api: migrate sending message format in output_config rather than output_format (99f4066)
  • ci: add breaking change detection workflow (b181568)
  • client: migrate structured output format (#625) (abcdddc)
  • helpers: add MCP SDK helper functions (#610) (b6c3963)

Bug Fixes

  • mcp: correct code tool API endpoint (4bd6ad6)
  • mcp: return correct lines on typescript errors (c425959)

Chores

  • break long lines in snippets into multiline (2c44e2d)
  • ci: Add Claude Code GitHub Workflow (#612) (28a9a00)
  • ci: fix multi package publishing (b9e3ab9)
  • ci: upgrade actions/github-script (ff9dd44)
  • internal: codegen related update (754de58)
  • internal: codegen related update (cb411e4)
  • internal: update actions/checkout version (c0057be)
  • internal: upgrade babel, qs, js-yaml (494d9ed)
  • internal: version bump (24ecc83)
  • tests: remove extraneous header test (076a87c)

Documentation

Changelog

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

0.72.1 (2026-01-30)

Full Changelog: sdk-v0.72.0...sdk-v0.72.1

Bug Fixes

  • client: remove OutputFormat exports from index.ts (bf2cf08)

0.72.0 (2026-01-29)

Full Changelog: sdk-v0.71.2...sdk-v0.72.0

Features

  • api: add support for Structured Outputs in the Messages API (eeb7fab)
  • api: migrate sending message format in output_config rather than output_format (99f4066)
  • ci: add breaking change detection workflow (b181568)
  • client: migrate structured output format (#625) (abcdddc)
  • helpers: add MCP SDK helper functions (#610) (b6c3963)

Bug Fixes

  • mcp: correct code tool API endpoint (4bd6ad6)
  • mcp: return correct lines on typescript errors (c425959)

Chores

  • break long lines in snippets into multiline (2c44e2d)
  • ci: Add Claude Code GitHub Workflow (#612) (28a9a00)
  • ci: fix multi package publishing (b9e3ab9)
  • ci: upgrade actions/github-script (ff9dd44)
  • internal: codegen related update (754de58)
  • internal: codegen related update (cb411e4)
  • internal: update actions/checkout version (c0057be)
  • internal: upgrade babel, qs, js-yaml (494d9ed)
  • internal: version bump (24ecc83)
  • tests: remove extraneous header test (076a87c)

Documentation

Commits

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 <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 anthropic group with 2 updates in the /backend directory: [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) and [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript).


Updates `@anthropic-ai/claude-agent-sdk` from 0.1.62 to 0.2.29
- [Release notes](https://github.com/anthropics/claude-agent-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](https://github.com/anthropics/claude-agent-sdk-typescript/commits/v0.2.29)

Updates `@anthropic-ai/sdk` from 0.71.2 to 0.72.1
- [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.71.2...sdk-v0.72.1)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/claude-agent-sdk"
  dependency-version: 0.2.29
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: anthropic
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.72.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: anthropic
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Feb 2, 2026

Labels

The following labels could not be found: backend, dependencies. Please create them before Dependabot can add them to a pull request.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants