From 77c981999ef9db9a2fcc9feb76576cc035ae40fc Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Thu, 24 Jul 2025 10:35:07 -0400 Subject: [PATCH] fix(text-splitters): update langchain-core version to 0.3.72 --- 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 086f0492d8b..d9dfc0b95d4 100644 --- a/libs/text-splitters/pyproject.toml +++ b/libs/text-splitters/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "pdm.backend" authors = [] license = { text = "MIT" } requires-python = ">=3.9" -dependencies = ["langchain-core<1.0.0,>=0.3.51"] +dependencies = ["langchain-core<1.0.0,>=0.3.72"] name = "langchain-text-splitters" version = "0.3.9" description = "LangChain text splitting utilities"