From 49ea38c6265d6d78309f0c8cc45fc3b0fc69b19f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:28:15 +0000 Subject: [PATCH] chore(deps): bump chromadb from 0.5.9 to 0.5.21 Bumps [chromadb](https://github.com/chroma-core/chroma) from 0.5.9 to 0.5.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.5.9...0.5.21) --- updated-dependencies: - dependency-name: chromadb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f627f21..2b36fed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ readme = "README.md" requires-python = ">=3.8" dependencies = [ "openai==1.49.0", - "chromadb==0.5.9", + "chromadb==0.5.21", "pypdf>=3.9.0", "python-docx==1.1.2", "python-magic==0.4.27",