From ad2be9af128356324324f2ce85d48c8f6652f660 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 01:15:00 +0000 Subject: [PATCH] Bump langchain-core in /rag_tutorials/rag_database_routing Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 1.2.28 to 1.3.3. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==1.2.28...langchain-core==1.3.3) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rag_tutorials/rag_database_routing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rag_tutorials/rag_database_routing/requirements.txt b/rag_tutorials/rag_database_routing/requirements.txt index 9321fb775a..2e96eb2089 100644 --- a/rag_tutorials/rag_database_routing/requirements.txt +++ b/rag_tutorials/rag_database_routing/requirements.txt @@ -1,6 +1,6 @@ langchain==0.3.12 langchain-community==0.3.12 -langchain-core==1.2.28 +langchain-core==1.3.3 qdrant-client==1.12.1 streamlit>=1.29.0 pypdf>=4.0.0