From 2ed69bdbf7a368418f738ec4395fc08033124256 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 22:56:34 +0000 Subject: [PATCH] build(deps): bump langchain in /Notes/snippets/ai-agent/auto-gpt-work Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.3.10 to 0.3.30. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.10...langchain==0.3.30) --- updated-dependencies: - dependency-name: langchain dependency-version: 0.3.30 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Notes/snippets/ai-agent/auto-gpt-work/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notes/snippets/ai-agent/auto-gpt-work/requirements.txt b/Notes/snippets/ai-agent/auto-gpt-work/requirements.txt index 68849f2e..7530baee 100644 --- a/Notes/snippets/ai-agent/auto-gpt-work/requirements.txt +++ b/Notes/snippets/ai-agent/auto-gpt-work/requirements.txt @@ -1,5 +1,5 @@ colorama==0.4.6 -langchain==0.3.10 +langchain==0.3.30 langchain_experimental==0.0.58 langchain_openai==0.1.6 pandas==2.2.1