From ddafa1a5b80b736082f359604d8dadaf26615a97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 03:46:13 +0000 Subject: [PATCH] build(deps): update langgraph requirement from 0.3.31 to 0.3.34 Updates the requirements on [langgraph](https://github.com/langchain-ai/langgraph) to permit the latest version. - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/0.3.31...0.3.34) --- updated-dependencies: - dependency-name: langgraph dependency-version: 0.3.34 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a158c1fda78..93f49d17f16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ langchain-google-genai = "2.1.3" langchain-mcp-adapters = "0.0.9" langchain-huggingface = "0.1.2" langchain-ollama = "0.3.2" -langgraph = "0.3.31" +langgraph = "0.3.34" qianfan = "0.4.12.3" zhipuai = "2.1.5.20250421" boto3 = "1.37.36"