Skip to content

Commit 7f88491

Browse files
fix: correct @langchain/openai version to ^0.5.0 (compatible with @langchain/core ^0.3.28)
Version 0.3.18 doesn't exist. Using context7 research found that: - @langchain/openai@0.5.0 requires @langchain/core >=0.2.26 <0.4.0 - This is compatible with our current @langchain/core ^0.3.28 Prevents yesterday's 8-hour debugging session from recurring. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3487d93 commit 7f88491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@huggingface/hub": "^2.6.5",
2929
"@langchain/core": "^0.3.28",
3030
"@langchain/langgraph": "^0.2.42",
31-
"@langchain/openai": "^0.3.18",
31+
"@langchain/openai": "^0.5.0",
3232
"langchain": "^0.3.11",
3333
"@opentelemetry/api": "^1.9.0",
3434
"@opentelemetry/exporter-prometheus": "^0.205.0",

0 commit comments

Comments
 (0)