From 8d32142a277577069139ff17bd970a472add049e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 17:04:08 +0000 Subject: [PATCH] Bump langchain in /GenAI/CloudAI-Playground/ChatBot_LLM_RAG Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.3.26 to 0.3.30. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.26...langchain==0.3.30) --- updated-dependencies: - dependency-name: langchain dependency-version: 0.3.30 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- GenAI/CloudAI-Playground/ChatBot_LLM_RAG/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GenAI/CloudAI-Playground/ChatBot_LLM_RAG/requirements.txt b/GenAI/CloudAI-Playground/ChatBot_LLM_RAG/requirements.txt index c10342e..4ed1d5f 100644 --- a/GenAI/CloudAI-Playground/ChatBot_LLM_RAG/requirements.txt +++ b/GenAI/CloudAI-Playground/ChatBot_LLM_RAG/requirements.txt @@ -1,6 +1,6 @@ chromadb==0.6.3 httpx==0.28.1 -langchain==0.3.26 +langchain==0.3.30 openai==1.93.0 python-dotenv==1.1.1 streamlit==1.32.0