From 0bbf1db434025ca9f9d0b36ee45009797513ff26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:34:20 +0000 Subject: [PATCH 1/2] build(deps): bump langchain-community in /application Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.3.13 to 0.3.14. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.3.13...langchain-community==0.3.14) --- updated-dependencies: - dependency-name: langchain-community dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index fe0ab8e3f..be0814c2b 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -29,7 +29,7 @@ jsonschema-spec==0.2.4 jsonschema-specifications==2023.7.1 kombu==5.4.2 langchain==0.3.13 -langchain-community==0.3.13 +langchain-community==0.3.14 langchain-core==0.3.29 langchain-openai==0.2.14 langchain-text-splitters==0.3.4 From 93e376ad2fbf10583b8d731e935f496f8c6c7dae Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 6 Jan 2025 23:33:34 +0000 Subject: [PATCH 2/2] fix: bump dependency --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index be0814c2b..aaa749935 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -28,7 +28,7 @@ jsonschema==4.23.0 jsonschema-spec==0.2.4 jsonschema-specifications==2023.7.1 kombu==5.4.2 -langchain==0.3.13 +langchain==0.3.14 langchain-community==0.3.14 langchain-core==0.3.29 langchain-openai==0.2.14