Skip to content

Commit 77c9819

Browse files
committed
fix(text-splitters): update langchain-core version to 0.3.72
1 parent 7f015b6 commit 77c9819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/text-splitters/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
66
authors = []
77
license = { text = "MIT" }
88
requires-python = ">=3.9"
9-
dependencies = ["langchain-core<1.0.0,>=0.3.51"]
9+
dependencies = ["langchain-core<1.0.0,>=0.3.72"]
1010
name = "langchain-text-splitters"
1111
version = "0.3.9"
1212
description = "LangChain text splitting utilities"

0 commit comments

Comments
 (0)