From e11fe35f1883072e191135d1031b00acefbc5eb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 23:11:41 +0000 Subject: [PATCH] Bump langchain Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.2.5 to 0.3.8. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.2.5...langchain==0.3.8) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../question_answering/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/aws-qa-appsync-opensearch/question_answering/src/requirements.txt b/lambda/aws-qa-appsync-opensearch/question_answering/src/requirements.txt index c0807b9..7489c3a 100644 --- a/lambda/aws-qa-appsync-opensearch/question_answering/src/requirements.txt +++ b/lambda/aws-qa-appsync-opensearch/question_answering/src/requirements.txt @@ -9,5 +9,5 @@ requests==2.32.0 requests-aws4auth==1.2.3 opensearch-py==2.4.2 numpy -langchain==0.2.5 +langchain==0.3.8 langchain-community==0.2.5 \ No newline at end of file