From 5a6905175eafddfcd2c4133a3ff2d7be457af232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 06:19:44 -0800 Subject: [PATCH] Bump langchain from 0.0.335 to 0.0.352 (#417) Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.335 to 0.0.352. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.335...v0.0.352) --- 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 5e10a63b..98f388e7 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -30,7 +30,7 @@ openai==1.2.4 pinecone-client==2.2.4 PyPDF2==3.0.1 tiktoken==0.4.0 -langchain==0.0.335 +langchain==0.0.352 langchain-experimental==0.0.40 # For asynchronous event loop (Do not update: anyio<4.0 is REQUIRED by langchain) anyio==3.7.1