From 64d34e510ae6341137081d5aab0df07afb713c01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 06:55:27 +0000 Subject: [PATCH] Bump chromadb from 0.4.18 to 0.4.23 Bumps [chromadb](https://github.com/chroma-core/chroma) from 0.4.18 to 0.4.23. - [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.23) --- 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..e5873b7 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.23', ], )