-
Notifications
You must be signed in to change notification settings - Fork 6.7k
chore(deps): update dependency langchain-core to v1 [security] #13816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,7 @@ google-cloud-aiplatform[all]==1.69.0 | |
| sentencepiece==0.2.0 | ||
| google-auth==2.38.0 | ||
| anthropic[vertex]==0.28.0 | ||
| langchain-core==0.2.33 | ||
| langchain-core==1.2.11 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This update addresses CVE-2026-26013, a vulnerability in the |
||
| langchain-google-vertexai==1.0.10 | ||
| numpy<3 | ||
| openai==1.68.2 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updating
langchain-coreto a new major version (0.2.xto1.x) introduces a significant risk of breaking changes. The project's test suite contains multiple skipped tests (e.g., ingenerative_ai/reasoning_engine/test_reasoning_engine_examples.pyandgenerative_ai/model_tuning/supervised_tuning_examples_test.py), which means that potential regressions introduced by this upgrade may not be caught. It is critical to enable and run the full test suite to validate this change before merging.