From 8850149d44cdfe96e10d3f534167ab3abd3c9d34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 21:49:48 +0000 Subject: [PATCH] chore(deps): update langchain-openai requirement Updates the requirements on [langchain-openai](https://github.com/langchain-ai/langchain) to permit the latest version. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.1.5...langchain-openai==1.2.1) --- updated-dependencies: - dependency-name: langchain-openai dependency-version: 1.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- langchain/lead-outreach/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langchain/lead-outreach/requirements.txt b/langchain/lead-outreach/requirements.txt index 21b3dab..dc5966f 100644 --- a/langchain/lead-outreach/requirements.txt +++ b/langchain/lead-outreach/requirements.txt @@ -1,5 +1,5 @@ commune-mail>=0.3.0 langchain>=0.2.0 -langchain-openai>=0.1.0 +langchain-openai>=1.2.1 openai>=1.30.0 python-dotenv>=1.0.0