chore(langchain): also bump text splitters (#32722)

This commit is contained in:
Sydney Runkle
2025-08-27 14:09:57 -04:00
committed by GitHub
parent d6e618258f
commit 7f9b0772fc

View File

@@ -8,7 +8,7 @@ license = { text = "MIT" }
requires-python = ">=3.10"
dependencies = [
"langchain-core<1.0.0,>=0.3.75",
"langchain-text-splitters<1.0.0,>=0.3.8",
"langchain-text-splitters<1.0.0,>=0.3.9",
"langgraph>=0.6.0",
"pydantic>=2.7.4",
]