chore: unify core versions in text-splitters. (#37523)

Signed-off-by: zhanluxianshen <yanggangtony@163.com>
This commit is contained in:
湛露先生
2026-05-20 03:34:59 +08:00
committed by GitHub
parent 32556a0611
commit b2ee0a9bba

View File

@@ -25,7 +25,7 @@ classifiers = [
version = "1.1.2" version = "1.1.2"
requires-python = ">=3.10.0,<4.0.0" requires-python = ">=3.10.0,<4.0.0"
dependencies = [ dependencies = [
"langchain-core>=1.3.2,<2.0.0", "langchain-core>=1.4.0,<2.0.0",
] ]
[project.urls] [project.urls]