From ba42597046887b939366699349e2c24cb0d5570e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 23:14:45 +0000 Subject: [PATCH] build(deps): Bump langchain-core from 1.4.8 to 1.4.9 Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 1.4.8 to 1.4.9. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==1.4.8...langchain-core==1.4.9) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.4.9 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 e736f3b10..ff0b1c159 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.5 -langchain-core==1.4.8 +langchain-core==1.4.9 langchain-openai==1.3.4 pydantic==2.13.4