chore(deps): bump @anthropic-ai/sdk from 0.117.1 to 0.123.0 - #186
Merged
myselfsiddharth merged 1 commit intoSep 6, 2026
Merged
Conversation
dependabot
Bot
requested review from
a team and
myselfsiddharth
as code owners
August 31, 2026 11:11
myselfsiddharth
added a commit
that referenced
this pull request
Sep 6, 2026
…#191) The StubFreshBaselineClient case asserted cost_fresh.wall_clock_ms === 0. The stub returns normally instead of throwing, so it takes FreshBaselineRunner's measured path (measureWallClock, fresh-baseline-runner.ts:120) rather than the forced-zeroCost() catch at :136-143. wall_clock_ms is therefore real elapsed time, and pinning it to 0 asserts the machine was fast, not that the code was honest. Surfaced as a red CI on #186 (@anthropic-ai/sdk 0.117.1 -> 0.122.0), which had nothing to do with it. Reproduced with the bump applied locally: 11/11 pass idle. Reproduced on unmodified main under CPU saturation: 1/10 failures. 0/12 after this change under the same load. The three sibling wall_clock_ms === 0 assertions are left alone: those cases throw, so zeroCost() makes 0 a genuine invariant rather than a timing accident. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Contributor
|
@dependabot rebase |
Bumps [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) from 0.117.1 to 0.123.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.117.1...sdk-v0.123.0) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.122.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/anthropic-ai/sdk-0.122.0
branch
from
September 6, 2026 08:14
a09c6eb to
b73dbde
Compare
myselfsiddharth
deleted the
dependabot/npm_and_yarn/anthropic-ai/sdk-0.122.0
branch
September 6, 2026 08:18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @anthropic-ai/sdk from 0.117.1 to 0.123.0.
Release notes
Sourced from @anthropic-ai/sdk's releases.
... (truncated)
Changelog
Sourced from @anthropic-ai/sdk's changelog.
... (truncated)
Commits
4140e0echore: release main (#1172)4951de0docs(changelog): detail the beta files/skills GA-shape change (#1175)7f3898cchore: release main956ccb5docs(api): clarify pagination on the organization rate-limit list endpoints2131d80fix(tools): let read return a view_range of a file over the size cap (#427)f830c8ffix(aws,bedrock): prefer env credentials over AWS_PROFILE (#436)4d50ddftest(ecosystem): expect cross-realm timeout errors to classify correctlyacdd669fix(client): classify cross-realm DOMException abort/timeout errors correctly0a14622test(tools): pin that read, edit and the memory tool preserve CRLF and CR lin...17035dedocs: document TypeScript 5.0 as the minimum supported version