From 393f3a869ce8450efb5403ec39c5e1e937f4999a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 10:13:47 +0000 Subject: [PATCH] Bump langchain from 0.0.240 to 0.0.263 Bumps [langchain](https://github.com/hwchase17/langchain) from 0.0.240 to 0.0.263. - [Release notes](https://github.com/hwchase17/langchain/releases) - [Commits](https://github.com/hwchase17/langchain/compare/v0.0.240...v0.0.263) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Former-commit-id: ae97748311cc259ed22126bb17a7f719d0f3067a --- requirements.txt | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index c433a1bb..6cd022a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # transformers # openai -# langchain==0.0.240 +# langchain==0.0.263 # torch # torchvision @@ -114,7 +114,7 @@ # simpleaichat transformers -langchain==0.0.240 +langchain==0.0.263 nest_asyncio pegasusx google-generativeai diff --git a/setup.py b/setup.py index 7ba403d6..e23b835f 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( install_requires=[ 'transformers', 'openai', - 'langchain==0.0.240', + 'langchain==0.0.263', # 'torch', # 'torchvision', # 'torchaudio',