From 3214ed5d4ff4432f0f3af6eedfca591c223fd228 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:41:56 +0000 Subject: [PATCH] chore(deps): update dependency langchain to v0.0.334 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index ea8430a32..55c63c372 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -91,6 +91,6 @@ html2text==2020.1.16 openpyxl==3.1.2 # LLM exvaluation -langchain[llms]==0.0.317 +langchain[llms]==0.0.334 openai==0.28.1 tiktoken==0.5.1