Skip to content

Commit

Permalink
langchain[patch]: langchain-text-splitters dep (langchain-ai#18357)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored and gkorland committed Mar 30, 2024
1 parent 48d53c6 commit 250767e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions libs/langchain/poetry.lock

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

2 changes: 1 addition & 1 deletion libs/langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ langchain-server = "langchain.server:main"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.1.26,<0.2"
langchain-text-splitters = {path = "../text-splitters", develop = true}
langchain-text-splitters = ">=0.0.1,<0.1"
langchain-community = ">=0.0.21,<0.1"
langsmith = "^0.1.0"
pydantic = ">=1,<3"
Expand Down

0 comments on commit 250767e

Please sign in to comment.