From ff4e4798a68f9cfacf6ac8433e8dd5f9c9b2e6c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 20:58:55 +0000 Subject: [PATCH] chore(deps): update dependency langchain to v0.2.10 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 57c8d75..d058aa1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ idna==3.6; python_version >= '3.5' jsonpatch==1.33; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' jsonpointer==2.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' l18n==2021.3 -langchain==0.0.352; python_version < '4.0' and python_full_version >= '3.8.1' +langchain==0.2.10; python_version < '4.0' and python_full_version >= '3.8.1' langchain-community==0.0.6; python_version < '4.0' and python_full_version >= '3.8.1' langchain-core==0.1.3; python_version < '4.0' and python_full_version >= '3.8.1' langsmith==0.0.75; python_version < '4.0' and python_full_version >= '3.8.1'