From 3509931a073341f6c0fa4e1fb09e6849b2731aad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 18:23:39 +0000 Subject: [PATCH] build(deps): bump deepagents from 0.6.11 to 0.6.12 Bumps [deepagents](https://github.com/langchain-ai/deepagents) from 0.6.11 to 0.6.12. - [Release notes](https://github.com/langchain-ai/deepagents/releases) - [Commits](https://github.com/langchain-ai/deepagents/compare/deepagents==0.6.11...deepagents==0.6.12) --- updated-dependencies: - dependency-name: deepagents dependency-version: 0.6.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 67f24e49a43..d69da46b473 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "langchain-ollama==1.1.0", "langchain-aws==1.6.0", "langgraph==1.2.6", - "deepagents==0.6.11", + "deepagents==0.6.12", "transformers==5.12.1", "torch==2.12.1", "qianfan==0.4.12.3",