text-splitters[patch]: Release 0.2.4 (#25979)

This commit is contained in:
Bagatur 2024-09-03 11:09:43 -07:00 committed by GitHub
parent 7457949619
commit fb642e1e27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 922 additions and 911 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-text-splitters"
version = "0.2.3"
version = "0.2.4"
description = "LangChain text splitting utilities"
authors = []
license = "MIT"
@ -23,7 +23,7 @@ ignore_missing_imports = "True"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.2.10"
langchain-core = "^0.2.38"
[tool.ruff.lint]
select = [ "E", "F", "I", "T201",]