From b26e52aa4d188b4b478d6e4cc25455af339b5c90 Mon Sep 17 00:00:00 2001 From: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com> Date: Thu, 28 Aug 2025 13:14:57 -0400 Subject: [PATCH] chore(text-splitters): bump version of core (#32740) --- libs/text-splitters/pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },