From f013b9791b424ff6210107700badbc5c1dd63751 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 01:07:08 +0000 Subject: [PATCH] Bump langchain-core in /community/fm-asr-streaming-rag/chain-server Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 0.2.25 to 1.3.3. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==0.2.25...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] --- community/fm-asr-streaming-rag/chain-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/fm-asr-streaming-rag/chain-server/requirements.txt b/community/fm-asr-streaming-rag/chain-server/requirements.txt index 35693dd47..b7aec1b2c 100644 --- a/community/fm-asr-streaming-rag/chain-server/requirements.txt +++ b/community/fm-asr-streaming-rag/chain-server/requirements.txt @@ -2,5 +2,5 @@ fastapi==0.104.1 uvicorn[standard]==0.24.0 pymilvus==2.3.5 langchain==0.2.6 -langchain_core==0.2.25 +langchain_core==1.3.3 langchain_nvidia_ai_endpoints==0.2.0 \ No newline at end of file