From 350775cbae17287b4f1c563e19c04c487adc5939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 23:15:14 +0000 Subject: [PATCH] build(deps): Bump langchain-openai from 1.3.5 to 1.4.2 Bumps [langchain-openai](https://github.com/langchain-ai/langchain) from 1.3.5 to 1.4.2. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==1.3.5...langchain-openai==1.4.2) --- updated-dependencies: - dependency-name: langchain-openai dependency-version: 1.4.2 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..88d9d3f9 100644 --- a/authbridge/requirements.txt +++ b/authbridge/requirements.txt @@ -3,7 +3,7 @@ PyYAML>=6.0.3 langgraph==1.2.9 langchain-core==1.4.9 -langchain-openai==1.3.5 +langchain-openai==1.4.2 pydantic==2.13.4 python-dotenv>=1.2.2