From 00a3a6629af4afa59299e590287485819927da2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 21:11:39 +0000 Subject: [PATCH] chore(deps): bump langchain from 0.0.339 to 0.1.0 in /source/panel/sd Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.339 to 0.1.0. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.339...v0.1.0) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- source/panel/sd/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/panel/sd/requirements.txt b/source/panel/sd/requirements.txt index 029cf12f6..42cf0e164 100644 --- a/source/panel/sd/requirements.txt +++ b/source/panel/sd/requirements.txt @@ -1,7 +1,7 @@ python-dotenv PyPDF2 streamlit==1.21.0 -langchain==0.0.339 +langchain==0.1.0 openai==1.1.0 tiktoken==0.5.1 boto3==1.28.84