From 5c4232a6de9de1dea604e277bdfc587fa48b9094 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 16:16:20 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=F0=9F=9B=A0=EF=B8=8F(deps?= =?UTF-8?q?):=20update=20dependency=20langchain=20to=20^0.0.296?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd80481b..8d186fe8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ loguru = ">=0.6.0" httpx = ">=0.24.1" js2py = "^0.74" g4f = ">=0.0.2.6,<0.0.4.0" -langchain = "^0.0.295" +langchain = "^0.0.296" nest_asyncio = "*"