Skip to content

Commit 7f9b077

Browse files
chore(langchain): also bump text splitters (#32722)
1 parent d6e6182 commit 7f9b077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/langchain_v1/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = { text = "MIT" }
88
requires-python = ">=3.10"
99
dependencies = [
1010
"langchain-core<1.0.0,>=0.3.75",
11-
"langchain-text-splitters<1.0.0,>=0.3.8",
11+
"langchain-text-splitters<1.0.0,>=0.3.9",
1212
"langgraph>=0.6.0",
1313
"pydantic>=2.7.4",
1414
]

0 commit comments

Comments
 (0)