Skip to content

Commit

Permalink
chroma: add optional fastapi dep to restrict to <1 (#20295)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored and hinthornw committed Apr 26, 2024
1 parent 33afc46 commit 59d97ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libs/partners/chroma/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions libs/partners/chroma/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ python = ">=3.8.1,<3.13"
langchain-core = "^0.1.40"
chromadb = { version = "^0.4.0" }
numpy = "^1"
fastapi = {version = ">=0.95.2,<1", optional = true}

[tool.poetry.group.test]
optional = true
Expand Down

0 comments on commit 59d97ca

Please sign in to comment.