From 6e2015abb0d535f1e8e70cba1b5aabef83ed6b22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 19:34:24 +0000 Subject: [PATCH] chore(deps): bump chromadb from 0.5.2 to 0.5.3 Bumps [chromadb](https://github.com/chroma-core/chroma) from 0.5.2 to 0.5.3. - [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.2...0.5.3) --- 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 9a98c8a..0dd10df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.8" dependencies = [ "openai==1.34.0", - "chromadb==0.5.2", + "chromadb==0.5.3", "pypdf2==3.0.1", "python-docx==1.1.2", "python-magic==0.4.27",