From 79f867910f3afab4583fcf17c4f829783b1c536a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:36:42 +0000 Subject: [PATCH] build(deps): bump langchain-openai from 0.2.2 to 0.2.8 Bumps [langchain-openai](https://github.com/langchain-ai/langchain) from 0.2.2 to 0.2.8. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.2.2...langchain-openai==0.2.8) --- 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 afe242a..03faee6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ cx_Freeze==7.2.3 defusedxml==0.7.1 langchain_core==0.3.10 -langchain_openai==0.2.2 +langchain_openai==0.2.8 numpy==1.26.4 pandas==2.2.3 python-dotenv==1.0.1 diff --git a/setup.py b/setup.py index 376d662..fdeaa02 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ install_requires=[ "defusedxml==0.7.1", "langchain_core==0.3.10", - "langchain_openai==0.2.2", + "langchain_openai==0.2.8", "numpy==1.26.4", "pandas==2.2.3", "python-dotenv==1.0.1",