We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff953d commit 1a15cbbCopy full SHA for 1a15cbb
test/versioned/langchain-openai/package.json
@@ -17,8 +17,9 @@
17
"engines": {
18
"node": ">=20"
19
},
20
+ "comment": "@langchain/openai@>=1.2.8 imports @langchain/core/errors which was not exported until @langchain/core@1.1.18",
21
"dependencies": {
- "@langchain/core": ">=1.0.0",
22
+ "@langchain/core": ">=1.1.18",
23
"@langchain/openai": ">=1.0.0"
24
25
"files": [
0 commit comments