Skip to content

Commit

Permalink
langchain[patch]: bump community >=0.0.8,<0.1 (langchain-ai#15492)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Jan 3, 2024
1 parent 8b7d653 commit 6e90b7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libs/langchain/_test_minimum_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
langchain-core==0.1.5
langchain-community==0.0.2
langchain-community==0.0.8
4 changes: 2 additions & 2 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.5,<0.2"
langchain-community = ">=0.0.2,<0.1"
langchain-community = ">=0.0.8,<0.1"
pydantic = ">=1,<3"
SQLAlchemy = ">=1.4,<3"
requests = "^2"
Expand Down

0 comments on commit 6e90b7a

Please sign in to comment.