Skip to content

Commit 1f981a1

Browse files
fix(deps): bump langchain-core to ^1.2.5 to address CVE-2025-68664 (AI-Triage PR) (#874)
1 parent 80bcfc5 commit 1f981a1

File tree

2 files changed

+39
-5
lines changed

2 files changed

+39
-5
lines changed

poetry.lock

Lines changed: 38 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ avro = { version = ">=1.11.2,<1.13.0", optional = true } # TODO: Move into dev
6464
cohere = { version = ">=4.21,<6.0.0", optional = true }
6565
fastavro = { version = ">=1.11.0,<2.0.0", optional = true }
6666
langchain_community = { version = "^0.4", optional = true }
67-
langchain_core = { version = "^1.0.0", optional = true }
67+
langchain_core = { version = "^1.2.5", optional = true }
6868
langchain_text_splitters = { version = "^1.0.0", optional = true }
6969
markdown = { version = "*", optional = true } # TODO: Remove if unused
7070
openai = { version = "0.27.9", extras = ["embeddings"], optional = true } # Used indirectly by langchain library

0 commit comments

Comments
 (0)