From f6551ad2c374cfaee53ec93d4c2b0bfa40f2813a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 23:23:13 +0000 Subject: [PATCH] Bump langchain in /community/llm-prompt-design-helper Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.2.6 to 0.3.30. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.2.6...langchain==0.3.30) --- updated-dependencies: - dependency-name: langchain dependency-version: 0.3.30 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- community/llm-prompt-design-helper/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/llm-prompt-design-helper/requirements.txt b/community/llm-prompt-design-helper/requirements.txt index de9f5a62f..47fd9dcd9 100644 --- a/community/llm-prompt-design-helper/requirements.txt +++ b/community/llm-prompt-design-helper/requirements.txt @@ -1,7 +1,7 @@ gradio==4.43.0 openai==1.35.4 langchain-nvidia-ai-endpoints -langchain==0.2.6 +langchain==0.3.30 langchain-community langchain-openai wget