mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-09 04:50:37 +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 = []
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user