From d27920ffe0d78a347d3fec369bd553ed163d4f5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 12:05:25 +0000 Subject: [PATCH] build(deps): update langgraph requirement 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/commits/1.2.7) --- updated-dependencies: - dependency-name: langgraph dependency-version: 1.2.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/requirements.txt b/agent/requirements.txt index 593197cd..8ef2e6fb 100644 --- a/agent/requirements.txt +++ b/agent/requirements.txt @@ -5,7 +5,7 @@ langchain>=1.0.0,<2 langchain-core>=1.0.0,<2 langchain-openai>=1.0.0,<2 # optional: pip install "vibe-trading-ai[deepseek]" — native DeepSeek adapter (langchain-deepseek) -langgraph>=1.0.10,<1.1 +langgraph>=1.0.10,<1.3 langgraph-checkpoint>=2.1.0,<5 python-dotenv>=1.0.0 httpx>=0.28.0