From 5f52ccd740a8725cb61b95d2b3c88c05d20b02ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 19:28:09 +0000 Subject: [PATCH] Update dependency langchain-community to v0.3.14 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index a1b60ed81..2ab7ebdd7 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -92,7 +92,7 @@ openpyxl==3.1.5 # LLM exvaluation langchain==0.3.14 -langchain-community==0.3.13 +langchain-community==0.3.14 #langchain[llms]==0.1.5 openai==1.58.1 langchain-openai==0.2.14