Skip to content

Commit 8322a20

Browse files
committed
Upgrade supported version of anthropic SDK
- supports newer series of Anthropic SDKs which use overriden Promise classes and Stream classes - enables the mostly-finished streaming chat completion support in the implementation and tests
1 parent 3f32542 commit 8322a20

File tree

4 files changed

+237
-176
lines changed

4 files changed

+237
-176
lines changed

package-lock.json

Lines changed: 14 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/instrumentation-anthropic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"tslib": "^2.8.1"
4646
},
4747
"devDependencies": {
48-
"@anthropic-ai/sdk": "^0.32.1",
48+
"@anthropic-ai/sdk": "^0.50.4",
4949
"@pollyjs/adapter-node-http": "^6.0.6",
5050
"@pollyjs/core": "^6.0.6",
5151
"@pollyjs/persister-fs": "^6.0.6",

0 commit comments

Comments
 (0)