fix(deps): update langchain-core to 1.2.5 to resolve CVE-2025-68664 (#787)

This commit is contained in:
Willem Jiang
2025-12-27 21:36:17 +08:00
committed by GitHub
parent bab60e6e3d
commit 5087d5012f
2 changed files with 28 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ dependencies = [
"httpx>=0.28.1",
# LangChain 1.x core packages
"langchain>=1.0.0",
"langchain-core>=1.0.0",
"langchain-core>=1.2.5",
"langchain-community>=0.3.19",
"langchain-experimental>=0.3.4",
"langchain-openai>=0.3.8",