diff --git a/libs/text-splitters/pyproject.toml b/libs/text-splitters/pyproject.toml index 5ee2ad69801..5cd186e974d 100644 --- a/libs/text-splitters/pyproject.toml +++ b/libs/text-splitters/pyproject.toml @@ -7,7 +7,7 @@ authors = [] license = { text = "MIT" } requires-python = ">=3.9" dependencies = [ - "langchain-core<2.0.0,>=0.3.72", + "langchain-core<2.0.0,>=0.3.75", "pip>=25.2", ] name = "langchain-text-splitters" diff --git a/uv.lock b/uv.lock index a82c40b901a..b6a5e789af1 100644 --- a/uv.lock +++ b/uv.lock @@ -2880,7 +2880,7 @@ wheels = [ [[package]] name = "langchain-text-splitters" -version = "0.3.9" +version = "0.3.10" source = { editable = "libs/text-splitters" } dependencies = [ { name = "langchain-core" },