Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"@huggingface/inference": "4.13.12",
"@kubernetes/client-node": "1.4.0",
"@langchain/core": "1.1.28",
"@langchain/openai": "1.2.10",
"@langchain/openai": "1.2.11",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Upgrade @langchain/core to satisfy new peer range

This bump sets @langchain/openai to 1.2.11, but the repo still pins @langchain/core to 1.1.28; the updated lockfile shows @langchain/openai@1.2.11 now declares a peer requirement of @langchain/core: ^1.1.29 (package-lock.json), so the dependency graph is now out of contract. That can lead to invalid installs in environments that do not honor legacy-peer-deps and increases runtime risk because @langchain/openai is now coupled to a newer core API surface.

Useful? React with 👍 / 👎.

"@modelcontextprotocol/sdk": "1.27.1",
"@monaco-editor/react": "4.7.0",
"@mui/material": "7.3.8",
Expand Down
Loading