Skip to content

Commit

Permalink
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions libs/text-splitters/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libs/text-splitters/pyproject.toml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

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

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

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

0 comments on commit 55677e3

Please sign in to comment.