Skip to content

Commit

Permalink
community[patch]: Release 0.0.16 (#16591)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Jan 25, 2024
1 parent 75ad0bb commit 61b2009
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion libs/community/_test_minimum_requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
langchain-core==0.1.14
langchain-core==0.1.16
7 changes: 3 additions & 4 deletions libs/community/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/community/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-community"
version = "0.0.15"
version = "0.0.16"
description = "Community contributed LangChain integrations."
authors = []
license = "MIT"
Expand All @@ -9,7 +9,7 @@ repository = "https://github.com/langchain-ai/langchain"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.1.14,<0.2"
langchain-core = ">=0.1.16,<0.2"
SQLAlchemy = ">=1.4,<3"
requests = "^2"
PyYAML = ">=5.3"
Expand Down

0 comments on commit 61b2009

Please sign in to comment.