From 7aba9c4f2af39676224909dde76fcb34b6d90d71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 15:50:09 +0000 Subject: [PATCH] chore(deps): bump langchain-community Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.3.4 to 0.3.27. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.3.4...langchain==0.3.27) --- updated-dependencies: - dependency-name: langchain-community dependency-version: 0.3.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../backend/stack/lambdas/answer_question_fn/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/rfp-answer-generation/backend/stack/lambdas/answer_question_fn/requirements.txt b/samples/rfp-answer-generation/backend/stack/lambdas/answer_question_fn/requirements.txt index 8fe82818..8cd30a56 100644 --- a/samples/rfp-answer-generation/backend/stack/lambdas/answer_question_fn/requirements.txt +++ b/samples/rfp-answer-generation/backend/stack/lambdas/answer_question_fn/requirements.txt @@ -1,6 +1,6 @@ langchain==0.3.6 langchain-aws==0.2.10 -langchain-community==0.3.4 +langchain-community==0.3.27 opensearch-py==2.5.0 # requests-aws4auth==1.2.3 retrying==1.3.4