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
No known key found for this signature in database

View File

@ -6,7 +6,7 @@ build-backend = "pdm.backend"
authors = [] authors = []
license = { text = "MIT" } license = { text = "MIT" }
requires-python = ">=3.9" 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" name = "langchain-text-splitters"
version = "0.3.9" version = "0.3.9"
description = "LangChain text splitting utilities" description = "LangChain text splitting utilities"