Skip to content

Comments

chore(deps): bump @anthropic-ai/sdk from 0.74.0 to 0.78.0#223

Merged
rubenmarcus merged 1 commit intomainfrom
dependabot/npm_and_yarn/anthropic-ai/sdk-0.78.0
Feb 23, 2026
Merged

chore(deps): bump @anthropic-ai/sdk from 0.74.0 to 0.78.0#223
rubenmarcus merged 1 commit intomainfrom
dependabot/npm_and_yarn/anthropic-ai/sdk-0.78.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps @anthropic-ai/sdk from 0.74.0 to 0.78.0.

Release notes

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

sdk: v0.78.0

0.78.0 (2026-02-19)

Full Changelog: sdk-v0.77.0...sdk-v0.78.0

Features

  • api: Add top-level cache control (automatic caching) (1e2f83d)

Bug Fixes

  • bedrock: eliminate race condition in AWS credential resolution (#901) (e5a101d)
  • client: format batches test file (821e9bf)
  • tests: fix issue in batches test (5f4ccf8)

Chores

  • update mock server docs (25d337f)

sdk: v0.77.0

0.77.0 (2026-02-18)

Full Changelog: sdk-v0.76.0...sdk-v0.77.0

Features

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

sdk: v0.76.0

0.76.0 (2026-02-18)

Full Changelog: sdk-v0.75.0...sdk-v0.76.0

Features

  • api: Make new tool versions available as top level tool types (25fe41c)

sdk: v0.75.0

0.75.0 (2026-02-17)

Full Changelog: sdk-v0.74.0...sdk-v0.75.0

Features

  • api: Releasing claude-sonnet-4-6 (d75e1c0)

Bug Fixes

... (truncated)

Changelog

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

0.78.0 (2026-02-19)

Full Changelog: sdk-v0.77.0...sdk-v0.78.0

Features

  • api: Add top-level cache control (automatic caching) (1e2f83d)

Bug Fixes

  • bedrock: eliminate race condition in AWS credential resolution (#901) (e5a101d)
  • client: format batches test file (821e9bf)
  • tests: fix issue in batches test (5f4ccf8)

Chores

  • update mock server docs (25d337f)

0.77.0 (2026-02-18)

Full Changelog: sdk-v0.76.0...sdk-v0.77.0

Features

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

Bug Fixes

  • add backward-compat namespace re-exports for UserLocation (#706) (b88834f)

0.76.0 (2026-02-18)

Full Changelog: sdk-v0.75.0...sdk-v0.76.0

Features

0.75.0 (2026-02-17)

Full Changelog: sdk-v0.74.0...sdk-v0.75.0

Features

  • api: Releasing claude-sonnet-4-6 (d75e1c0)

... (truncated)

Commits

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 [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) from 0.74.0 to 0.78.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.74.0...sdk-v0.78.0)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.78.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

dependabot bot commented on behalf of github Feb 23, 2026

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

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

@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@github-actions
Copy link
Contributor

✔️ Bundle Size Analysis

Metric Value
Base 1848.54 KB
PR 1848.54 KB
Diff 0 KB (0%)
Bundle breakdown
156K	dist/auth
28K	dist/automation
4.0K	dist/cli.d.ts
4.0K	dist/cli.d.ts.map
16K	dist/cli.js
12K	dist/cli.js.map
460K	dist/commands
28K	dist/config
4.0K	dist/index.d.ts
4.0K	dist/index.d.ts.map
4.0K	dist/index.js
4.0K	dist/index.js.map
536K	dist/integrations
84K	dist/llm
728K	dist/loop
172K	dist/mcp
32K	dist/presets
92K	dist/setup
36K	dist/skills
392K	dist/sources
76K	dist/ui
84K	dist/utils
336K	dist/wizard

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 23, 2026

Greptile Summary

Dependabot bumps @anthropic-ai/sdk from 0.74.0 to 0.78.0, picking up four minor releases (0.75.0–0.78.0). Notable additions include claude-sonnet-4-6 model support, new top-level tool types, automatic caching (cache control), and a race condition fix for Bedrock credential resolution.

  • The SDK is used in two files (src/llm/api.ts and src/llm/batch.ts) for message creation and batch operations — all existing usage patterns remain compatible with 0.78.0
  • The lockfile diff is minimal: only the @anthropic-ai/sdk package version changed with no transitive dependency additions or removals
  • No breaking changes are indicated in the release notes; all releases are additive features and bug fixes

Confidence Score: 5/5

  • This PR is safe to merge — it is a routine minor dependency bump with no breaking changes.
  • The change is limited to a version bump of @anthropic-ai/sdk (0.74.0 → 0.78.0) with only additive features and bug fixes. The SDK's usage in the codebase (src/llm/api.ts and src/llm/batch.ts) uses stable APIs (message creation, batch operations) that are unaffected. The lockfile shows no transitive dependency changes.
  • No files require special attention.

Important Files Changed

Filename Overview
package.json Bumps @anthropic-ai/sdk version specifier from ^0.74.0 to ^0.78.0. No other changes.
pnpm-lock.yaml Lockfile updated to resolve @anthropic-ai/sdk to 0.78.0. No transitive dependency changes — same json-schema-to-ts and zod optional dependency.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["package.json"] -->|"^0.78.0"| B["@anthropic-ai/sdk@0.78.0"]
    B --> C["src/llm/api.ts"]
    B --> D["src/llm/batch.ts"]
    C -->|"messages.create()"| E["Anthropic Messages API"]
    D -->|"messages.batches.create()"| F["Anthropic Batch API"]
    D -->|"messages.batches.retrieve()"| F
    D -->|"messages.batches.results()"| F
Loading

Last reviewed commit: 3d05f07

@rubenmarcus rubenmarcus merged commit 007dcb4 into main Feb 23, 2026
14 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/anthropic-ai/sdk-0.78.0 branch February 23, 2026 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant