From cfbada3cd19dad64e2a0095667fab858947e8fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:37:15 +0000 Subject: [PATCH] chore(deps): bump chromadb from 0.5.5 to 0.5.11 in /apps/api Bumps [chromadb](https://github.com/chroma-core/chroma) from 0.5.5 to 0.5.11. - [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.5...0.5.11) --- updated-dependencies: - dependency-name: chromadb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/api/poetry.lock | 11 ++++++----- apps/api/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/apps/api/poetry.lock b/apps/api/poetry.lock index e96039f2..12344ce4 100644 --- a/apps/api/poetry.lock +++ b/apps/api/poetry.lock @@ -484,13 +484,13 @@ numpy = "*" [[package]] name = "chromadb" -version = "0.5.5" +version = "0.5.11" description = "Chroma." optional = false python-versions = ">=3.8" files = [ - {file = "chromadb-0.5.5-py3-none-any.whl", hash = "sha256:2a5a4b84cb0fc32b380e193be68cdbadf3d9f77dbbf141649be9886e42910ddd"}, - {file = "chromadb-0.5.5.tar.gz", hash = "sha256:84f4bfee320fb4912cbeb4d738f01690891e9894f0ba81f39ee02867102a1c4d"}, + {file = "chromadb-0.5.11-py3-none-any.whl", hash = "sha256:f02d9326869cea926f980bd6c9a0150a0ef2e151072f325998c16a9502fb4b25"}, + {file = "chromadb-0.5.11.tar.gz", hash = "sha256:252e970b3e1a27b594cc7b3685238691bf8eaa232225d4dee9e33ec83580775f"}, ] [package.dependencies] @@ -503,7 +503,7 @@ httpx = ">=0.27.0" importlib-resources = "*" kubernetes = ">=28.1.0" mmh3 = ">=4.0.1" -numpy = ">=1.22.5,<2.0.0" +numpy = ">=1.22.5" onnxruntime = ">=1.14.1" opentelemetry-api = ">=1.2.0" opentelemetry-exporter-otlp-proto-grpc = ">=1.2.0" @@ -515,6 +515,7 @@ posthog = ">=2.4.0" pydantic = ">=1.9" pypika = ">=0.48.9" PyYAML = ">=6.0.0" +rich = ">=10.11.0" tenacity = ">=8.2.3" tokenizers = ">=0.13.2" tqdm = ">=4.65.0" @@ -3896,4 +3897,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "93839dea7f4fb5489e56a0e94d53941fe1fb67d57a67c316638b3255b3015158" +content-hash = "5ffe57fa9c442d8db03054aa663c9a96fa9640ddc570d5bca6c56ada91221145" diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index 7d77fd87..6a10536d 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -37,7 +37,7 @@ sqlmodel = "^0.0.19" tiktoken = "^0.7.0" uvicorn = "0.30.1" typer = "^0.12.5" -chromadb = "0.5.5" +chromadb = "0.5.11" alembic = "^1.13.2" alembic-postgresql-enum = "^1.2.0" sqlalchemy-utils = "^0.41.2"