langchain 0.3.8 → 0.3.10

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "langchain",
3
- "version": "0.3.8",
3
+ "version": "0.3.10",
4
4
  "description": "Typescript bindings for langchain",
5
5
  "type": "module",
6
6
  "engines": {
@@ -413,10 +413,12 @@
413
413
  "@jest/globals": "^29.5.0",
414
414
  "@langchain/anthropic": "*",
415
415
  "@langchain/aws": "*",
416
+ "@langchain/cerebras": "*",
416
417
  "@langchain/cohere": "*",
417
418
  "@langchain/core": "workspace:*",
418
419
  "@langchain/google-genai": "*",
419
420
  "@langchain/google-vertexai": "*",
421
+ "@langchain/google-vertexai-web": "*",
420
422
  "@langchain/groq": "*",
421
423
  "@langchain/mistralai": "*",
422
424
  "@langchain/ollama": "*",
@@ -460,10 +462,12 @@
460
462
  "peerDependencies": {
461
463
  "@langchain/anthropic": "*",
462
464
  "@langchain/aws": "*",
465
+ "@langchain/cerebras": "*",
463
466
  "@langchain/cohere": "*",
464
467
  "@langchain/core": ">=0.2.21 <0.4.0",
465
468
  "@langchain/google-genai": "*",
466
469
  "@langchain/google-vertexai": "*",
470
+ "@langchain/google-vertexai-web": "*",
467
471
  "@langchain/groq": "*",
468
472
  "@langchain/mistralai": "*",
469
473
  "@langchain/ollama": "*",
@@ -480,6 +484,9 @@
480
484
  "@langchain/aws": {
481
485
  "optional": true
482
486
  },
487
+ "@langchain/cerebras": {
488
+ "optional": true
489
+ },
483
490
  "@langchain/cohere": {
484
491
  "optional": true
485
492
  },
@@ -489,6 +496,9 @@
489
496
  "@langchain/google-vertexai": {
490
497
  "optional": true
491
498
  },
499
+ "@langchain/google-vertexai-web": {
500
+ "optional": true
501
+ },
492
502
  "@langchain/groq": {
493
503
  "optional": true
494
504
  },