Skip to content

Commit eaa3db0

Browse files
authored
test: pin openai to 4.90.0 to work with @langchain/openai (#3019)
1 parent d903413 commit eaa3db0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/versioned/langchain/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"comment": "Using latest of `@langchain/openai` only as it is being used to seed embeddings, nothing to test that hasn't been done in the above stanza",
2929
"dependencies": {
3030
"@langchain/openai": "latest",
31+
"openai": "4.90.0",
3132
"@langchain/community": ">=0.2.2",
3233
"@elastic/elasticsearch": "8.13.1"
3334
},

0 commit comments

Comments
 (0)