From 731aa1935ad61875847786c2808a23398f4391f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:48:55 +0000 Subject: [PATCH] Bump langchain from 0.1.11 to 0.3.7 in /src/extensions/vectorstores Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.1.11 to 0.3.7. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.1.11...langchain==0.3.7) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/extensions/vectorstores/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/extensions/vectorstores/requirements.txt b/src/extensions/vectorstores/requirements.txt index c2131d4..844230a 100644 --- a/src/extensions/vectorstores/requirements.txt +++ b/src/extensions/vectorstores/requirements.txt @@ -3,7 +3,7 @@ # Shared requirements openai==1.9.0 tiktoken -langchain==0.1.11 +langchain==0.3.7 # Chroma requirements chromadb==0.4.22 @@ -16,7 +16,7 @@ requests # Pinecone requirements pinecone-client==3.0.1 tiktoken -langchain==0.1.11 +langchain==0.3.7 # OpenSearch requirements opensearch-py==2.5.0