From d2453e3e35e475d05362eaa1ac60802ee9d0e43b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 05:38:20 +0000 Subject: [PATCH] build(deps): Bump langchain-openai from 1.3.4 to 1.3.5 Bumps [langchain-openai](https://github.com/langchain-ai/langchain) from 1.3.4 to 1.3.5. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==1.3.4...langchain-openai==1.3.5) --- updated-dependencies: - dependency-name: langchain-openai dependency-version: 1.3.5 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 ff0b1c15..f156f3fe 100644 --- a/authbridge/requirements.txt +++ b/authbridge/requirements.txt @@ -3,7 +3,7 @@ PyYAML>=6.0.3 langgraph==1.2.5 langchain-core==1.4.9 -langchain-openai==1.3.4 +langchain-openai==1.3.5 pydantic==2.13.4 python-dotenv>=1.2.2