From 7fb7b61ac8b9f06c71b7bd9df0a104b3ca0a7152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 06:52:35 +0000 Subject: [PATCH] chore(deps): bump langchain in /source/panel/evaluator Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.1.11 to 0.3.9. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.1.11...langchain==0.3.9) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- source/panel/evaluator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/panel/evaluator/requirements.txt b/source/panel/evaluator/requirements.txt index 250bc49c4..e014c579e 100644 --- a/source/panel/evaluator/requirements.txt +++ b/source/panel/evaluator/requirements.txt @@ -1,7 +1,7 @@ python-dotenv PyPDF2 streamlit==1.37.0 -langchain==0.1.11 +langchain==0.3.9 openai==1.1.0 tiktoken==0.5.1 boto3==1.28.84