mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chroma: add back fastapi optional dep (#25641)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user