From 5ae660ffd23525ae544ce161d0c04984b233c743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 12:07:32 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 5 updates Updates the requirements on [deepagents](https://github.com/langchain-ai/deepagents), [langgraph](https://github.com/langchain-ai/langgraph), [langchain-openai](https://github.com/langchain-ai/langchain), [langchain-mcp-adapters](https://github.com/langchain-ai/langchain-mcp-adapters) and [anthropic](https://github.com/anthropics/anthropic-sdk-python) to permit the latest version. Updates `deepagents` to 0.7.10 - [Release notes](https://github.com/langchain-ai/deepagents/releases) - [Commits](https://github.com/langchain-ai/deepagents/compare/deepagents-cli==0.1.0...deepagents==0.7.10) Updates `langgraph` to 1.2.11 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/0.2.0...1.2.11) Updates `langchain-openai` to 1.6.0 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.2.0...langchain-openai==1.6.0) Updates `langchain-mcp-adapters` to 0.3.2 - [Release notes](https://github.com/langchain-ai/langchain-mcp-adapters/releases) - [Commits](https://github.com/langchain-ai/langchain-mcp-adapters/compare/langchain-mcp-adapters==0.1.0...langchain-mcp-adapters==0.3.2) Updates `anthropic` to 1.2.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-python/compare/v0.40.0...v1.2.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 1.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: deepagents dependency-version: 0.7.8 dependency-type: direct:production dependency-group: pip - dependency-name: langchain-mcp-adapters dependency-version: 0.3.2 dependency-type: direct:production dependency-group: pip - dependency-name: langchain-openai dependency-version: 1.6.0 dependency-type: direct:production dependency-group: pip - dependency-name: langgraph dependency-version: 1.2.11 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- benchmark/requirements-deepagents.txt | 8 ++++---- benchmark/requirements.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/benchmark/requirements-deepagents.txt b/benchmark/requirements-deepagents.txt index 902cafab6..8974f0e90 100644 --- a/benchmark/requirements-deepagents.txt +++ b/benchmark/requirements-deepagents.txt @@ -1,5 +1,5 @@ # deepagents arm only — install in a separate venv from the core stack. -deepagents>=0.1,<0.2 -langgraph>=0.2,<0.3 -langchain-openai>=0.2,<0.3 -langchain-mcp-adapters>=0.1,<0.2 +deepagents>=0.7.10,<0.8 +langgraph>=1.2.11,<1.3 +langchain-openai>=1.6.0,<1.7 +langchain-mcp-adapters>=0.3.2,<0.4 diff --git a/benchmark/requirements.txt b/benchmark/requirements.txt index 028476b6d..0ee5e9b05 100644 --- a/benchmark/requirements.txt +++ b/benchmark/requirements.txt @@ -1,7 +1,7 @@ # Core arms (TrueForge + CMA) and the judge. # - TrueForge arm calls its own /api/v1 HTTP API over the stdlib (no extra dep). # - CMA arm and the judge use the Anthropic SDK. -anthropic>=0.40,<0.41 +anthropic>=1.2.0,<1.3 # The deepagents arm pulls in LangGraph + LangChain, which can conflict with the # core stack. If pip resolves a conflict, install the deepagents arm in its own