We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@langchain/core
1 parent d85fb2b commit e670bb1Copy full SHA for e670bb1
test/versioned/langchain-aws/package.json
@@ -18,8 +18,7 @@
18
"node": ">=20"
19
},
20
"dependencies": {
21
- "@langchain/aws": ">=1.0.0",
22
- "@langchain/core": ">=1.0.0"
+ "@langchain/aws": ">=0.1.3"
23
24
"files": [
25
"runnables.test.js",
@@ -42,4 +41,4 @@
42
41
]
43
}
44
45
-}
+}
test/versioned/langchain-openai/package.json
@@ -17,10 +17,8 @@
17
"engines": {
- "comment": "@langchain/openai@>=1.2.8 imports @langchain/core/errors which was not exported until @langchain/core@1.1.18",
- "@langchain/core": ">=1.1.18",
- "@langchain/openai": ">=1.0.0"
+ "@langchain/openai": ">=0.2.0"
26
0 commit comments