From b2ee0a9bba268500e9f505801f87391d3a80bc2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B9=9B=E9=9C=B2=E5=85=88=E7=94=9F?= Date: Wed, 20 May 2026 03:34:59 +0800 Subject: [PATCH] chore: unify core versions in text-splitters. (#37523) Signed-off-by: zhanluxianshen --- libs/text-splitters/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/text-splitters/pyproject.toml b/libs/text-splitters/pyproject.toml index 3a695b1723c..6afc01deaea 100644 --- a/libs/text-splitters/pyproject.toml +++ b/libs/text-splitters/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ version = "1.1.2" requires-python = ">=3.10.0,<4.0.0" dependencies = [ - "langchain-core>=1.3.2,<2.0.0", + "langchain-core>=1.4.0,<2.0.0", ] [project.urls]