Skip to content

Commit

Permalink
community: release 0.0.35 (#21104)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Apr 30, 2024
1 parent 3c064a7 commit b9c53e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
11 changes: 3 additions & 8 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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-community"
version = "0.0.34"
version = "0.0.35"
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.45"
langchain-core = "^0.1.47"
SQLAlchemy = ">=1.4,<3"
requests = "^2"
PyYAML = ">=5.3"
Expand Down

0 comments on commit b9c53e9

Please sign in to comment.