chore(deps): bump langchain-core to 0.3.81 — patches CRIT#2
Closed
t4sh wants to merge 2 commits into
Closed
Conversation
GHSA-c67j-w6g6-q2cm — LangChain serialization injection vulnerability enables secret extraction in dumps/loads APIs. Fix version 0.3.81 is the minimum safe pin on the 0.3.x series; the 1.2.x major-version migration is deferred as a separate project. Part of the github-hygiene sweep, following security + license hardening.
21aa64d to
9793a84
Compare
Python 3.8 reached EOL on 2024-10-07. The 3.8 job has been failing on main pre-existing to this PR due to older setuptools being unable to parse the PEP 639-style license field in pyproject.toml (sees both the bare `license = "MIT"` string and the `License :: OSI Approved :: MIT` classifier as conflicting definitions). Matrix now runs 3.9 through 3.12.
Contributor
Author
|
Closing without merge — rolling back; proto to remain unchanged for now. The CRITICAL langchain-core Dependabot alert (GHSA-c67j-w6g6-q2cm) stays open. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patches CRIT GHSA-c67j-w6g6-q2cm — LangChain serialization injection vulnerability enables secret extraction in
dumps/loadsAPIs.Minimum safe pin on the
0.3.xseries. The1.2.xmajor-version migration (which would clear the remaining langchain-family alerts) is deferred as a separate project.Part of the github-hygiene sweep (post security + license hardening).