fix(text-splitters): update langchain-core version to 0.3.72

This commit is contained in:
Mason Daugherty
2025-07-24 10:35:07 -04:00
parent 7f015b6f14
commit 77c981999e

View File

@@ -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"