From aeadef2892d2a44149abad7d531ab6c3c8e30c09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 22:12:00 +0000 Subject: [PATCH] Bump chromadb from 0.4.6 to 0.4.13 Bumps [chromadb](https://github.com/chroma-core/chroma) from 0.4.6 to 0.4.13. - [Release notes](https://github.com/chroma-core/chroma/releases) - [Changelog](https://github.com/chroma-core/chroma/blob/main/RELEASE_PROCESS.md) - [Commits](https://github.com/chroma-core/chroma/compare/0.4.6...0.4.13) --- updated-dependencies: - dependency-name: chromadb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- all-in-one/requirements.txt | 2 +- chroma-summary/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/all-in-one/requirements.txt b/all-in-one/requirements.txt index 6b1e80c..e2e7d61 100644 --- a/all-in-one/requirements.txt +++ b/all-in-one/requirements.txt @@ -7,7 +7,7 @@ tabulate==0.9.0 pdf2image==1.16.3 pytesseract==0.3.10 google-search-results==2.4.2 -chromadb==0.4.6 +chromadb==0.4.13 pypdf==3.15.1 pycryptodome==3.18 pytube==15.0.0 diff --git a/chroma-summary/requirements.txt b/chroma-summary/requirements.txt index 98d6c2d..254f228 100644 --- a/chroma-summary/requirements.txt +++ b/chroma-summary/requirements.txt @@ -2,6 +2,6 @@ streamlit==1.25.0 langchain==0.0.268 openai==0.27.8 tiktoken==0.4.0 -chromadb==0.4.6 +chromadb==0.4.13 pypdf==3.15.1 pycryptodome==3.18