diff --git a/test/versioned/langchain-openai/package.json b/test/versioned/langchain-openai/package.json index d776ffb2c1..160ecbbd69 100644 --- a/test/versioned/langchain-openai/package.json +++ b/test/versioned/langchain-openai/package.json @@ -17,8 +17,9 @@ "engines": { "node": ">=20" }, + "comment": "@langchain/openai@>=1.2.8 imports @langchain/core/errors which was not exported until @langchain/core@1.1.18", "dependencies": { - "@langchain/core": ">=1.0.0", + "@langchain/core": ">=1.1.18", "@langchain/openai": ">=1.0.0" }, "files": [