Skip to content

Commit 536b44a

Browse files
authored
community[patch]: Release 0.3.15 (#29325)
1 parent ec5fae7 commit 536b44a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

libs/community/poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/community/pyproject.toml

+3-3
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.3.14"
7+
version = "0.3.15"
88
description = "Community contributed LangChain integrations."
99
authors = []
1010
license = "MIT"
@@ -33,8 +33,8 @@ ignore-words-list = "momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy
3333

3434
[tool.poetry.dependencies]
3535
python = ">=3.9,<4.0"
36-
langchain-core = "^0.3.29"
37-
langchain = "^0.3.14"
36+
langchain-core = "^0.3.31"
37+
langchain = "^0.3.15"
3838
SQLAlchemy = ">=1.4,<3"
3939
requests = "^2"
4040
PyYAML = ">=5.3"

0 commit comments

Comments
 (0)