Skip to content

Commit 1e4b8f0

Browse files
authored
community[patch]: Release 0.0.9 (#15615)
1 parent 7f8baa0 commit 1e4b8f0

File tree

2 files changed

+33
-5
lines changed

2 files changed

+33
-5
lines changed

libs/community/poetry.lock

Lines changed: 31 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/community/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langchain-community"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
description = "Community contributed LangChain integrations."
55
authors = []
66
license = "MIT"
@@ -9,7 +9,7 @@ repository = "https://github.com/langchain-ai/langchain"
99

1010
[tool.poetry.dependencies]
1111
python = ">=3.8.1,<4.0"
12-
langchain-core = ">=0.1.5,<0.2"
12+
langchain-core = ">=0.1.7,<0.2"
1313
SQLAlchemy = ">=1.4,<3"
1414
requests = "^2"
1515
PyYAML = ">=5.3"

0 commit comments

Comments
 (0)