From 3dd04d4a5ef4f8f199f97c92ac30331eb8f74162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 23:14:44 +0000 Subject: [PATCH] build(deps): Bump langchain-core from 1.4.9 to 1.5.3 Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 1.4.9 to 1.5.3. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==1.4.9...langchain-core==1.5.3) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.5.3 dependency-type: direct:production update-type: version-update:semver-minor ... 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 9e1d0251..c7b1f647 100644 --- a/authbridge/requirements.txt +++ b/authbridge/requirements.txt @@ -2,7 +2,7 @@ python-keycloak>=7.1.1,<8 PyYAML>=6.0.3 langgraph==1.2.9 -langchain-core==1.4.9 +langchain-core==1.5.3 langchain-openai==1.3.5 pydantic==2.13.4