Skip to content

Commit 9836480

Browse files
Erick Friisolgamurraft
authored andcommitted
community: release 0.2.12 (langchain-ai#25324)
1 parent fa177b7 commit 9836480

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

libs/community/poetry.lock

Lines changed: 8 additions & 7 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "langchain-community"
7-
version = "0.2.11"
7+
version = "0.2.12"
88
description = "Community contributed LangChain integrations."
99
authors = []
1010
license = "MIT"
@@ -30,8 +30,8 @@ ignore-words-list = "momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy
3030

3131
[tool.poetry.dependencies]
3232
python = ">=3.8.1,<4.0"
33-
langchain-core = "^0.2.27"
34-
langchain = "^0.2.12"
33+
langchain-core = "^0.2.30"
34+
langchain = "^0.2.13"
3535
SQLAlchemy = ">=1.4,<3"
3636
requests = "^2"
3737
PyYAML = ">=5.3"

0 commit comments

Comments
 (0)