From 8ffff84e24711f28535b3ea2469a4949f57850b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:09:27 +0530 Subject: [PATCH] Bump langchain from 0.0.240 to 0.0.285 (#313) Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.240 to 0.0.285. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.240...v0.0.285) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 2f2f1dab..374a21b6 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -30,7 +30,7 @@ openai==0.28.0 pinecone-client==2.2.2 PyPDF2==3.0.1 tiktoken==0.4.0 -langchain==0.0.240 +langchain==0.0.285 # For asynchronous event loop anyio==3.7.1