chroma: add back fastapi optional dep (#25641)

This commit is contained in:
Erick Friis
2024-08-21 13:00:47 -07:00
committed by GitHub
parent 9daff60698
commit 766b650fdc
2 changed files with 16 additions and 12 deletions

View File

@@ -46,6 +46,10 @@ markers = [
[tool.poetry.dependencies.chromadb]
version = ">=0.4.0,<0.6.0,!=0.5.4,!=0.5.5"
[tool.poetry.dependencies.fastapi]
version = ">=0.95.2,<1"
optional = true
[tool.poetry.group.test]
optional = true