langchain 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "langchain",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Typescript bindings for langchain",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -411,15 +411,15 @@
|
|
|
411
411
|
"devDependencies": {
|
|
412
412
|
"@faker-js/faker": "^7.6.0",
|
|
413
413
|
"@jest/globals": "^29.5.0",
|
|
414
|
-
"@langchain/anthropic": "
|
|
415
|
-
"@langchain/aws": "
|
|
416
|
-
"@langchain/cohere": "
|
|
414
|
+
"@langchain/anthropic": "*",
|
|
415
|
+
"@langchain/aws": "*",
|
|
416
|
+
"@langchain/cohere": "*",
|
|
417
417
|
"@langchain/core": "workspace:*",
|
|
418
|
-
"@langchain/google-genai": "
|
|
419
|
-
"@langchain/google-vertexai": "
|
|
420
|
-
"@langchain/groq": "
|
|
421
|
-
"@langchain/mistralai": "
|
|
422
|
-
"@langchain/ollama": "
|
|
418
|
+
"@langchain/google-genai": "*",
|
|
419
|
+
"@langchain/google-vertexai": "*",
|
|
420
|
+
"@langchain/groq": "*",
|
|
421
|
+
"@langchain/mistralai": "*",
|
|
422
|
+
"@langchain/ollama": "*",
|
|
423
423
|
"@langchain/scripts": ">=0.1.0 <0.2.0",
|
|
424
424
|
"@swc/core": "^1.3.90",
|
|
425
425
|
"@swc/jest": "^0.2.29",
|
|
@@ -524,7 +524,7 @@
|
|
|
524
524
|
"js-tiktoken": "^1.0.12",
|
|
525
525
|
"js-yaml": "^4.1.0",
|
|
526
526
|
"jsonpointer": "^5.0.1",
|
|
527
|
-
"langsmith": "
|
|
527
|
+
"langsmith": "^0.1.56-rc.1",
|
|
528
528
|
"openapi-types": "^12.1.3",
|
|
529
529
|
"p-retry": "4",
|
|
530
530
|
"uuid": "^10.0.0",
|