From c6c580d019ecd62565d87f9ac51991a61ebd5a6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 07:03:36 +0000 Subject: [PATCH] Bump chromadb from 0.4.18 to 0.4.22 Bumps [chromadb](https://github.com/chroma-core/chroma) from 0.4.18 to 0.4.22. - [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.22) --- 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..f56aef3 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.22', ], )