chore(partners): bump langchain-core min to 1.2.21 (#36183)

Bump the minimum `langchain-core` dependency to `>=1.2.21` across all 14
partner packages in the monorepo. Aligns partner lower bounds with the
latest core release so consumers pick up recent fixes (notably the
`ModelProfile` schema drift fix from core 1.2.21).
This commit is contained in:
Mason Daugherty
2026-03-23 19:39:35 -04:00
committed by GitHub
parent ad574fce0d
commit 1778b082ec
17 changed files with 19 additions and 19 deletions

View File

@@ -23,7 +23,7 @@ classifiers = [
version = "1.1.2"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.2.19,<2.0.0",
"langchain-core>=1.2.21,<2.0.0",
"tokenizers>=0.15.1,<1.0.0",
"httpx>=0.25.2,<1.0.0",
"httpx-sse>=0.3.1,<1.0.0",