From bfe82e241490f3181a6b063f1d0bfcea843a8a10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 16:55:44 +0000 Subject: [PATCH] Bump langchain from 0.0.240 to 0.0.259 Bumps [langchain](https://github.com/hwchase17/langchain) from 0.0.240 to 0.0.259. - [Release notes](https://github.com/hwchase17/langchain/releases) - [Commits](https://github.com/hwchase17/langchain/compare/v0.0.240...v0.0.259) --- updated-dependencies: - dependency-name: langchain 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 930b92df..186d2774 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ transformers openai -langchain==0.0.240 +langchain==0.0.259 torch torchvision diff --git a/setup.py b/setup.py index 9993a721..cb037ccf 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( install_requires=[ 'transformers', 'openai', - 'langchain==0.0.240', + 'langchain==0.0.259', 'torch', 'torchvision', 'torchaudio',