From 999ff4c0dede3b8d22037afeb5089e0530c8f7a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:26:05 +0000 Subject: [PATCH] Bump langchain in /mindsdb/integrations/handlers/langchain_handler Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.303 to 0.1.11. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.303...v0.1.11) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../integrations/handlers/langchain_handler/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindsdb/integrations/handlers/langchain_handler/requirements.txt b/mindsdb/integrations/handlers/langchain_handler/requirements.txt index fbdc64478bb..27faaa399a5 100644 --- a/mindsdb/integrations/handlers/langchain_handler/requirements.txt +++ b/mindsdb/integrations/handlers/langchain_handler/requirements.txt @@ -1,5 +1,5 @@ openai==0.27.0 -langchain==0.0.303 +langchain==0.1.11 wikipedia==1.4.0 pandas tiktoken >= 0.3.0