Skip to content

Commit

Permalink
community: fix core version str (#21452)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed May 8, 2024
1 parent 6eab0a4 commit 3b99f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/community/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/langchain-ai/langchain"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1.51"
langchain-core = "^0.1.52"
SQLAlchemy = ">=1.4,<3"
requests = "^2"
PyYAML = ">=5.3"
Expand Down

0 comments on commit 3b99f42

Please sign in to comment.