From d1e2271f4ded8961bd59c54eefb0def2755f2ed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 17:06:42 +0000 Subject: [PATCH] chore: 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 5b77aecf..2bcd9f6d 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.6.0 langchain-openai==1.6.0 pydantic==2.13.4