Merge pull request #335 from RinZ27/security/patch-langchain-core-vulnerability

security: Patch LangGrinch vulnerability (CVE-2025-68664) (#335)
This commit is contained in:
Yijia Xiao 2026-02-07 00:04:44 -08:00 committed by GitHub
commit 8b3068d091
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"langchain-core>=0.3.81",
"backtrader>=1.9.78.123",
"chainlit>=2.5.5",
"langchain-anthropic>=0.3.15",

View File

@ -13,6 +13,7 @@ setup(
url="https://github.com/TauricResearch",
packages=find_packages(),
install_requires=[
"langchain-core>=0.3.81",
"langchain>=0.1.0",
"langchain-openai>=0.0.2",
"langchain-experimental>=0.0.40",