From 0ec76ee24ea78e9fc7214ec58b91eea466ba2d52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 21:08:26 +0000 Subject: [PATCH] chore(deps): bump langchain in /source/lambda/embedding Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.312 to 0.1.0. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.312...v0.1.0) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- source/lambda/embedding/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lambda/embedding/requirements.txt b/source/lambda/embedding/requirements.txt index fbf53ea4..ec1e365a 100644 --- a/source/lambda/embedding/requirements.txt +++ b/source/lambda/embedding/requirements.txt @@ -1,4 +1,4 @@ -langchain==0.0.312 +langchain==0.1.0 requests-aws4auth==1.2.3 # boto3==1.28.84 # openai==0.28.1