Skip to content

Commit d42ea10

Browse files
ccurmeshinxi
authored andcommitted
text-splitters[patch]: release 0.3.5 (#29054)
Resolves langchain-ai/langchain#29053
1 parent 5a8101f commit d42ea10

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

libs/text-splitters/poetry.lock

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/text-splitters/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "langchain-text-splitters"
7-
version = "0.3.4"
7+
version = "0.3.5"
88
description = "LangChain text splitting utilities"
99
authors = []
1010
license = "MIT"
@@ -36,7 +36,7 @@ ignore_missing_imports = "True"
3636

3737
[tool.poetry.dependencies]
3838
python = ">=3.9,<4.0"
39-
langchain-core = "^0.3.26"
39+
langchain-core = "^0.3.29"
4040

4141
[tool.ruff.lint]
4242
select = ["E", "F", "I", "T201", "D"]

0 commit comments

Comments
 (0)