Skip to content

Commit 3b99f42

Browse files
author
Erick Friis
authored
community: fix core version str (#21452)
1 parent 6eab0a4 commit 3b99f42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/community/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.51"
12+
langchain-core = "^0.1.52"
1313
SQLAlchemy = ">=1.4,<3"
1414
requests = "^2"
1515
PyYAML = ">=5.3"

0 commit comments

Comments
 (0)