From 91a336da282683f87b306d5953f6b13de3a23712 Mon Sep 17 00:00:00 2001 From: raspawar Date: Wed, 7 Aug 2024 21:17:31 +0530 Subject: [PATCH] change min version for langchain core --- libs/ai-endpoints/poetry.lock | 2 +- libs/ai-endpoints/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/ai-endpoints/poetry.lock b/libs/ai-endpoints/poetry.lock index 1a4176d7..457bc907 100644 --- a/libs/ai-endpoints/poetry.lock +++ b/libs/ai-endpoints/poetry.lock @@ -1444,4 +1444,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "eaa16f38cabc695e4ef785ee4d7e87635669ef3323931d2514747a13a3db8ac8" +content-hash = "6acf7fa18caa83c76267748e07a1f53c0f5eef8a3b1d8cff07169c224b200a2d" diff --git a/libs/ai-endpoints/pyproject.toml b/libs/ai-endpoints/pyproject.toml index 85308c40..ee94d7f9 100644 --- a/libs/ai-endpoints/pyproject.toml +++ b/libs/ai-endpoints/pyproject.toml @@ -12,7 +12,7 @@ license = "MIT" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" -langchain-core = ">=0.1.47,<0.3" +langchain-core = ">=0.2.22,<0.3" aiohttp = "^3.9.1" pillow = ">=10.0.0,<11.0.0"