From 8aae3a4daf56877de57dfee6fc26217e05364f5a Mon Sep 17 00:00:00 2001 From: Disha Prakash Date: Mon, 9 Sep 2024 05:50:25 +0000 Subject: [PATCH] fix: updating the minimum langchain core version to 0.2.36 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6627534..83a3bc23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ dependencies = [ "cloud-sql-python-connector[asyncpg] >= 1.10.0, <2.0.0", - "langchain-core>=0.1.1, <1.0.0 ", + "langchain-core>=0.2.36, <1.0.0 ", "numpy>=1.24.4, <2.0.0", "pgvector>=0.2.5, <1.0.0", "SQLAlchemy[asyncio]>=2.0.25, <3.0.0"