From 267a3ef9441cf45cec780afaf3a8533ee09326ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 18:23:53 +0000 Subject: [PATCH] build(deps): bump langchain from 1.3.11 to 1.3.12 Bumps [langchain](https://github.com/langchain-ai/langchain) from 1.3.11 to 1.3.12. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==1.3.11...langchain==1.3.12) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.3.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 d956c2ac32e..3e8b30f2982 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ # AI orchestration & model frameworks "deepagents==0.6.12", - "langchain==1.3.11", + "langchain==1.3.12", "langchain-anthropic==1.4.8", "langchain-aws==1.6.2", "langchain-core==1.4.8",