From 99e24e2a03c4b120edd8ef9d64d6944cb6eff8e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 01:33:03 +0000 Subject: [PATCH] build(deps): bump langchain-openai in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [langchain-openai](https://github.com/langchain-ai/langchain). Updates `langchain-openai` from 1.1.13 to 1.1.14 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==1.1.13...langchain-openai==1.1.14) --- updated-dependencies: - dependency-name: langchain-openai dependency-version: 1.1.14 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 052ba25e859..97b34298a9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "jieba==0.42.1", "langchain==1.2.15", "langchain-core==1.2.30", - "langchain-openai==1.1.13", + "langchain-openai==1.1.14", "langchain-anthropic==1.4.0", "langchain-community==0.4.1", "langchain-deepseek==1.0.1",