From b1d18e25a7e64a07887bfc8c67aed915a6e5ede1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 03:39:21 +0000 Subject: [PATCH] build(deps): bump langchain in /agentic-teaching-assistant-demo Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.3.25 to 0.3.30. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.25...langchain==0.3.30) --- updated-dependencies: - dependency-name: langchain dependency-version: 0.3.30 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agentic-teaching-assistant-demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agentic-teaching-assistant-demo/requirements.txt b/agentic-teaching-assistant-demo/requirements.txt index 8e78999..a40cdab 100644 --- a/agentic-teaching-assistant-demo/requirements.txt +++ b/agentic-teaching-assistant-demo/requirements.txt @@ -28,7 +28,7 @@ youtube-search-python==1.6.6 # Pin to 1.6.6 - newer versions have 'proxies' arg # LangChain ecosystem langchain-core==0.3.63 -langchain==0.3.25 +langchain==0.3.30 langchain-openai==0.3.16 langchain-nvidia-ai-endpoints==0.3.9 langchain-community==0.3.24