From 829a3f8273135bb58407e7bd8f62cb9d6580b171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:28:18 +0000 Subject: [PATCH] build(deps): bump langchain in /src/lambda/executor Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.312 to 0.0.325. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.312...v0.0.325) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/lambda/executor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lambda/executor/requirements.txt b/src/lambda/executor/requirements.txt index 3eb2077d9..dcbf7e5c1 100644 --- a/src/lambda/executor/requirements.txt +++ b/src/lambda/executor/requirements.txt @@ -1,4 +1,4 @@ -langchain==0.0.312 +langchain==0.0.325 opensearch-py==2.2.0 boto3==1.26.114 botocore==1.29.140