chore(deps-dev): bump @anthropic-ai/sdk from 0.39.0 to 0.78.0#158
chore(deps-dev): bump @anthropic-ai/sdk from 0.39.0 to 0.78.0#158dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Greptile SummaryThis is a Dependabot-generated PR that bumps the Key changes brought in by this upgrade:
Confidence Score: 4/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["@anthropic-ai/sdk@0.79.0"] --> B["json-schema-to-ts@3.1.1"]
A --> C["zod@3.25.76 (optional peer)"]
B --> D["@babel/runtime@7.29.2"]
B --> E["ts-algebra@2.0.0"]
subgraph removed["Removed dependencies (0.39.0)"]
R1["node-fetch@2.7.0"]
R2["abort-controller@3.0.0"]
R3["agentkeepalive@4.6.0"]
R4["form-data-encoder@1.7.2"]
R5["formdata-node@4.4.1"]
R6["@types/node-fetch@2.6.13"]
end
subgraph consumers["SDK Consumers"]
P["agentops/runner/lib/llm/provider.ts"]
T["agentops/scripts/test-api-keys.ts"]
BC["scripts/agents/behavioral-contracts.ts"]
end
consumers --> A
Prompt To Fix All With AIThis is a comment left during a code review.
Path: package.json
Line: 96
Comment:
**PR title/version mismatch**
The PR title states this bumps `@anthropic-ai/sdk` to `0.78.0`, but `package.json` specifies `^0.79.0` and the lockfile resolves to `0.79.0`. It appears dependabot opened this PR targeting `0.78.0` and then rebased it as `0.79.0` was released, without updating the title. The actual installed version is `0.79.0`, not `0.78.0` as the PR description states.
How can I resolve this? If you propose a fix, please make it concise.Last reviewed commit: "chore(deps-dev): bum..." |
🤖 Augment PR SummarySummary: This PR updates the Anthropic TypeScript SDK used by development/agent tooling. Changes:
Technical Notes: The version jump spans many 0.x releases; upstream includes API/type fixes and new features (e.g., cache control), so downstream scripts calling 🤖 Was this summary useful? React with 👍 or 👎 |
package.json
Outdated
| "devDependencies": { | ||
| "@anthropic-ai/claude-agent-sdk": "^0.1.76", | ||
| "@anthropic-ai/sdk": "^0.39.0", | ||
| "@anthropic-ai/sdk": "^0.78.0", |
There was a problem hiding this comment.
This is a fairly large @anthropic-ai/sdk jump (0.39 → 0.78); consider re-running the scripts/tests that call Anthropic (e.g. agentops/runner/lib/llm/provider.ts, scripts/agents/behavioral-contracts.ts) to confirm the messages.create() response shape/types and error handling remain compatible.
Severity: low
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
8be02f3 to
0bfc557
Compare
| @@ -95,7 +95,7 @@ | |||
| }, | |||
| "devDependencies": { | |||
There was a problem hiding this comment.
The PR title states this bumps @anthropic-ai/sdk to 0.78.0, but package.json specifies ^0.79.0 and the lockfile resolves to 0.79.0. It appears dependabot opened this PR targeting 0.78.0 and then rebased it as 0.79.0 was released, without updating the title. The actual installed version is 0.79.0, not 0.78.0 as the PR description states.
Prompt To Fix With AI
This is a comment left during a code review.
Path: package.json
Line: 96
Comment:
**PR title/version mismatch**
The PR title states this bumps `@anthropic-ai/sdk` to `0.78.0`, but `package.json` specifies `^0.79.0` and the lockfile resolves to `0.79.0`. It appears dependabot opened this PR targeting `0.78.0` and then rebased it as `0.79.0` was released, without updating the title. The actual installed version is `0.79.0`, not `0.78.0` as the PR description states.
How can I resolve this? If you propose a fix, please make it concise.0bfc557 to
5d49950
Compare
Bumps [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) from 0.39.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.39.0...sdk-v0.78.0) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.78.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
5d49950 to
bc5b615
Compare
Bumps @anthropic-ai/sdk from 0.39.0 to 0.78.0.
Release notes
Sourced from
@anthropic-ai/sdk's releases.... (truncated)
Changelog
Sourced from
@anthropic-ai/sdk's changelog.... (truncated)
Commits
fdaa72bchore: release main (#917)e34f3a2release: 0.77.0 (#916)1d2868fchore: release main (#915)bcdf5b2chore: release main2a5d0adfix(tests): fix erroneous speed tests (#699)21ad14ffix(api): fix spec errorsf1c6b27feat(api): Releasing claude-sonnet-4-603ec73echore(internal/client): fix form-urlencoded requestsa549b38codegen metadataa823147codegen metadataMaintainer changes
This version was pushed to npm by packy-anthropic, a new releaser for
@anthropic-ai/sdksince your current version.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)