From 35ad61bca94d3e80ba0d04e5347d17189c109928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 15:24:21 +0000 Subject: [PATCH] Bump langchain-core Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 0.1.32 to 0.1.53. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/commits/langchain-core==0.1.53) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 0.1.53 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Video-Image-Analysis-using-Langchain/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/generative-ai-service/Video-Image-Analysis-using-Langchain/requirements.txt b/ai/generative-ai-service/Video-Image-Analysis-using-Langchain/requirements.txt index e8bf0676b..2e1f0b7c0 100644 --- a/ai/generative-ai-service/Video-Image-Analysis-using-Langchain/requirements.txt +++ b/ai/generative-ai-service/Video-Image-Analysis-using-Langchain/requirements.txt @@ -2,7 +2,7 @@ streamlit==1.32.2 opencv-python==4.9.0.80 langchain==0.1.13 langchain-community==0.0.30 -langchain-core==0.1.32 +langchain-core==0.1.53 oracledb==1.4.0 tiktoken==0.6.0 pydantic==1.10.12