@langchain/anthropic
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -766,2 +766,3 @@ import { Anthropic } from "@anthropic-ai/sdk"; | ||
this.streamingClient = this.createClient({ | ||
dangerouslyAllowBrowser: true, | ||
...this.clientOptions, | ||
@@ -786,2 +787,3 @@ ...options_, | ||
this.batchClient = this.createClient({ | ||
dangerouslyAllowBrowser: true, | ||
...this.clientOptions, | ||
@@ -788,0 +790,0 @@ ...options, |
{ | ||
"name": "@langchain/anthropic", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Anthropic integrations for LangChain.js", | ||
@@ -38,3 +38,3 @@ "type": "module", | ||
"dependencies": { | ||
"@anthropic-ai/sdk": "^0.25.2", | ||
"@anthropic-ai/sdk": "^0.27.3", | ||
"fast-xml-parser": "^4.4.1", | ||
@@ -41,0 +41,0 @@ "zod": "^3.22.4", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
180044
4703
+ Added@anthropic-ai/sdk@0.27.3(transitive)
- Removed@anthropic-ai/sdk@0.25.2(transitive)
Updated@anthropic-ai/sdk@^0.27.3