mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
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] <support@github.com>
This commit is contained in:
parent
7cce40bbec
commit
cfbada3cd1
2 changed files with 7 additions and 6 deletions
11
apps/api/poetry.lock
generated
11
apps/api/poetry.lock
generated
|
|
@ -484,13 +484,13 @@ numpy = "*"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "chromadb"
|
name = "chromadb"
|
||||||
version = "0.5.5"
|
version = "0.5.11"
|
||||||
description = "Chroma."
|
description = "Chroma."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "chromadb-0.5.5-py3-none-any.whl", hash = "sha256:2a5a4b84cb0fc32b380e193be68cdbadf3d9f77dbbf141649be9886e42910ddd"},
|
{file = "chromadb-0.5.11-py3-none-any.whl", hash = "sha256:f02d9326869cea926f980bd6c9a0150a0ef2e151072f325998c16a9502fb4b25"},
|
||||||
{file = "chromadb-0.5.5.tar.gz", hash = "sha256:84f4bfee320fb4912cbeb4d738f01690891e9894f0ba81f39ee02867102a1c4d"},
|
{file = "chromadb-0.5.11.tar.gz", hash = "sha256:252e970b3e1a27b594cc7b3685238691bf8eaa232225d4dee9e33ec83580775f"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
|
@ -503,7 +503,7 @@ httpx = ">=0.27.0"
|
||||||
importlib-resources = "*"
|
importlib-resources = "*"
|
||||||
kubernetes = ">=28.1.0"
|
kubernetes = ">=28.1.0"
|
||||||
mmh3 = ">=4.0.1"
|
mmh3 = ">=4.0.1"
|
||||||
numpy = ">=1.22.5,<2.0.0"
|
numpy = ">=1.22.5"
|
||||||
onnxruntime = ">=1.14.1"
|
onnxruntime = ">=1.14.1"
|
||||||
opentelemetry-api = ">=1.2.0"
|
opentelemetry-api = ">=1.2.0"
|
||||||
opentelemetry-exporter-otlp-proto-grpc = ">=1.2.0"
|
opentelemetry-exporter-otlp-proto-grpc = ">=1.2.0"
|
||||||
|
|
@ -515,6 +515,7 @@ posthog = ">=2.4.0"
|
||||||
pydantic = ">=1.9"
|
pydantic = ">=1.9"
|
||||||
pypika = ">=0.48.9"
|
pypika = ">=0.48.9"
|
||||||
PyYAML = ">=6.0.0"
|
PyYAML = ">=6.0.0"
|
||||||
|
rich = ">=10.11.0"
|
||||||
tenacity = ">=8.2.3"
|
tenacity = ">=8.2.3"
|
||||||
tokenizers = ">=0.13.2"
|
tokenizers = ">=0.13.2"
|
||||||
tqdm = ">=4.65.0"
|
tqdm = ">=4.65.0"
|
||||||
|
|
@ -3896,4 +3897,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.12"
|
python-versions = "^3.12"
|
||||||
content-hash = "93839dea7f4fb5489e56a0e94d53941fe1fb67d57a67c316638b3255b3015158"
|
content-hash = "5ffe57fa9c442d8db03054aa663c9a96fa9640ddc570d5bca6c56ada91221145"
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ sqlmodel = "^0.0.19"
|
||||||
tiktoken = "^0.7.0"
|
tiktoken = "^0.7.0"
|
||||||
uvicorn = "0.30.1"
|
uvicorn = "0.30.1"
|
||||||
typer = "^0.12.5"
|
typer = "^0.12.5"
|
||||||
chromadb = "0.5.5"
|
chromadb = "0.5.11"
|
||||||
alembic = "^1.13.2"
|
alembic = "^1.13.2"
|
||||||
alembic-postgresql-enum = "^1.2.0"
|
alembic-postgresql-enum = "^1.2.0"
|
||||||
sqlalchemy-utils = "^0.41.2"
|
sqlalchemy-utils = "^0.41.2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue