fix: patch 4 security alerts (urllib3 high+medium)#171
Merged
John Kennedy (jkennedyvz) merged 1 commit intomainfrom Feb 28, 2026
Merged
fix: patch 4 security alerts (urllib3 high+medium)#171John Kennedy (jkennedyvz) merged 1 commit intomainfrom
John Kennedy (jkennedyvz) merged 1 commit intomainfrom
Conversation
Bump langchain-tests 1.0.0 → 1.1.5, which pulls in vcrpy 8.1.1 (dropped the urllib3 <2 hard dependency). This eliminates the vulnerable urllib3 1.26.20 lockfile entry — only 2.6.3 remains. Resolves: CVE-2026-21441, CVE-2025-66471, CVE-2025-66418, CVE-2025-50181 Strategy: parent bump (langchain-tests → vcrpy 8.x → urllib3 unconstrained)
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.
Security Alert Patch
Resolves 4 Dependabot security alerts (3 high, 1 medium) by bumping
langchain-testswhich transitively upgradesvcrpyand eliminates the vulnerableurllib31.x lockfile entry.Packages Updated
Root cause:
langchain-tests1.0.0 pinnedvcrpy >=7,<8, and vcrpy 7.0.0 had a hardurllib3 <2dependency for PyPy. This forced the lockfile to include vulnerableurllib31.26.20 alongside the patched 2.6.3.Fix:
langchain-tests1.1.5 requiresvcrpy >=8,<9. vcrpy 8.x dropped theurllib3 <2constraint, so the lockfile now resolves to a singleurllib32.6.3 entry.CVE Details
Verification
🤖 Submitted by langster-patch