From 3b99f428a0d75f4e0e0d5decf21034b2ea2de9b0 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Wed, 8 May 2024 15:36:12 -0700 Subject: [PATCH] community: fix core version str (#21452) --- libs/community/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index 2c054a38af2720..05c57320ae0dab 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"