Skip to content

Commit

Permalink
text-splitters: release 0.3 (#26460)
Browse files Browse the repository at this point in the history
Co-authored-by: Erick Friis <[email protected]>
  • Loading branch information
ccurme and efriis committed Sep 13, 2024
1 parent 9b30bdc commit d1462ba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
17 changes: 10 additions & 7 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
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "langchain-text-splitters"
version = "0.3.0.dev1"
version = "0.3.0"
description = "LangChain text splitting utilities"
authors = []
license = "MIT"
Expand All @@ -23,7 +23,7 @@ ignore_missing_imports = "True"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = { version = "^0.3.0.dev1", allow-prereleases = true }
langchain-core = "^0.3.0"

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

0 comments on commit d1462ba

Please sign in to comment.