From 7ec0179344371bc6a8b34d454ae97c0af59d3571 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 16:21:45 +0000 Subject: [PATCH] Bump langchain in /industries/energy/simulation-workflow-agent/sim_agent Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.1.20 to 0.3.30. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.1.20...langchain==0.3.30) --- updated-dependencies: - dependency-name: langchain dependency-version: 0.3.30 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../energy/simulation-workflow-agent/sim_agent/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/industries/energy/simulation-workflow-agent/sim_agent/pyproject.toml b/industries/energy/simulation-workflow-agent/sim_agent/pyproject.toml index 82e893c3a..6b0d14f34 100644 --- a/industries/energy/simulation-workflow-agent/sim_agent/pyproject.toml +++ b/industries/energy/simulation-workflow-agent/sim_agent/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "pyyaml==6.0.1", "numpy==1.26.4", "colorama==0.4.6", - "langchain==0.1.20", + "langchain==0.3.30", "langchain-community==0.0.38", "langchain-nvidia-ai-endpoints==0.1.7", "langgraph==0.0.46",