From d4192f6aae6faf6428216dc1a987f3206605bb76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 06:23:37 +0000 Subject: [PATCH] Bump chromadb from 0.4.18 to 0.4.21 Bumps [chromadb](https://github.com/chroma-core/chroma) from 0.4.18 to 0.4.21. - [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.18...0.4.21) --- updated-dependencies: - dependency-name: chromadb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9fa1c49..6e01994 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,6 @@ 'InstructorEmbedding==1.0.1', 'sentence-transformers==2.2.2', 'chroma==0.2.0', - 'chromadb==0.4.18', + 'chromadb==0.4.21', ], )