langchain 0.3.1 → 0.3.2-rc.0

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.
Files changed (1) hide show
  1. package/package.json +1 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "langchain",
3
- "version": "0.3.1",
3
+ "version": "0.3.2-rc.0",
4
4
  "description": "Typescript bindings for langchain",
5
5
  "type": "module",
6
6
  "engines": {
@@ -461,7 +461,6 @@
461
461
  "@langchain/anthropic": "*",
462
462
  "@langchain/aws": "*",
463
463
  "@langchain/cohere": "*",
464
- "@langchain/community": "*",
465
464
  "@langchain/core": ">=0.2.21 <0.4.0",
466
465
  "@langchain/google-genai": "*",
467
466
  "@langchain/google-vertexai": "*",
@@ -484,9 +483,6 @@
484
483
  "@langchain/cohere": {
485
484
  "optional": true
486
485
  },
487
- "@langchain/community": {
488
- "optional": true
489
- },
490
486
  "@langchain/google-genai": {
491
487
  "optional": true
492
488
  },