From 8d8692ed7d5aa3997424cfbc3535c7f7555a20ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 12:23:16 +0000 Subject: [PATCH] build(deps): bump langchain-openai from 0.2.11 to 0.2.14 Bumps [langchain-openai](https://github.com/langchain-ai/langchain) from 0.2.11 to 0.2.14. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.2.11...langchain-openai==0.2.14) --- updated-dependencies: - dependency-name: langchain-openai dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 011fe2e..2721f61 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ cx_Freeze==7.2.7 defusedxml==0.7.1 langchain_core==0.3.28 -langchain_openai==0.2.11 +langchain_openai==0.2.14 numpy==1.26.4 pandas==2.2.3 python-dotenv==1.0.1 diff --git a/setup.py b/setup.py index b6459e6..9c38726 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def read(file_name): install_requires=[ "defusedxml==0.7.1", "langchain_core==0.3.28", - "langchain_openai==0.2.11", + "langchain_openai==0.2.14", "numpy==1.26.4", "pandas==2.2.3", "python-dotenv==1.0.1",