chore(deps): bump chromadb from 0.4.24 to 0.5.0 in /apps/api

Bumps [chromadb](https://github.com/chroma-core/chroma) from 0.4.24 to 0.5.0.
- [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.24...0.5.0)

---
updated-dependencies:
- dependency-name: chromadb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-29 20:24:39 +00:00 committed by GitHub
parent 811efa4305
commit b29f75f5d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 53 deletions

View file

@ -37,7 +37,7 @@ sqlmodel = "^0.0.16"
tiktoken = "^0.6.0"
uvicorn = "0.29.0"
typer = "^0.12.3"
chromadb = "^0.4.24"
chromadb = "^0.5.0"
[build-system]
build-backend = "poetry.core.masonry.api"