From 7f9b0772fc5ff509cae19c27bf98ffe5f9f44137 Mon Sep 17 00:00:00 2001 From: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com> Date: Wed, 27 Aug 2025 14:09:57 -0400 Subject: [PATCH] chore(langchain): also bump text splitters (#32722) --- libs/langchain_v1/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langchain_v1/pyproject.toml b/libs/langchain_v1/pyproject.toml index 3cdae9896db..094c75080ea 100644 --- a/libs/langchain_v1/pyproject.toml +++ b/libs/langchain_v1/pyproject.toml @@ -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", ]