Skip to content

Commit

Permalink
community[patch]: Release 0.0.1 (#14565)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Dec 11, 2023
1 parent 5418d8b commit 6a828e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.1-rc.2"
version = "0.0.1"
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 = { version = ">=0.0.13-rc.2,<0.1", allow-prereleases = true }
langchain-core = ">=0.0.13,<0.1"
SQLAlchemy = ">=1.4,<3"
requests = "^2"
PyYAML = ">=5.3"
Expand Down

0 comments on commit 6a828e6

Please sign in to comment.