From 8d3dc7cf6c2e2d429ad5d762fe0d54091de816c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:55:37 +0000 Subject: [PATCH] build(deps): bump langchain-openai from 0.2.8 to 0.2.9 Bumps [langchain-openai](https://github.com/langchain-ai/langchain) from 0.2.8 to 0.2.9. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.2.8...langchain-openai==0.2.9) --- 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 f77c165..30ced10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ cx_Freeze==7.2.6 defusedxml==0.7.1 langchain_core==0.3.21 -langchain_openai==0.2.8 +langchain_openai==0.2.9 numpy==1.26.4 pandas==2.2.3 python-dotenv==1.0.1 diff --git a/setup.py b/setup.py index 27ccbdb..a29b105 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ install_requires=[ "defusedxml==0.7.1", "langchain_core==0.3.21", - "langchain_openai==0.2.8", + "langchain_openai==0.2.9", "numpy==1.26.4", "pandas==2.2.3", "python-dotenv==1.0.1",