mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-09 13:00:34 +00:00
fix(text-splitters): update langchain-core version to 0.3.72
This commit is contained in:
parent
7f015b6f14
commit
77c981999e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user