diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index 2c054a38af2..05c57320ae0 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -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"