From 8733d625ff11495a6d3ab4428905ea150d5375fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 23:14:31 +0000 Subject: [PATCH] build(deps): Bump langgraph from 1.2.9 to 1.2.11 Bumps [langgraph](https://github.com/langchain-ai/langgraph) from 1.2.9 to 1.2.11. - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/1.2.9...1.2.11) --- updated-dependencies: - dependency-name: langgraph dependency-version: 1.2.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- authbridge/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authbridge/requirements.txt b/authbridge/requirements.txt index 9e1d02512..f06ba0f9e 100644 --- a/authbridge/requirements.txt +++ b/authbridge/requirements.txt @@ -1,7 +1,7 @@ python-keycloak>=7.1.1,<8 PyYAML>=6.0.3 -langgraph==1.2.9 +langgraph==1.2.11 langchain-core==1.4.9 langchain-openai==1.3.5 pydantic==2.13.4