Skip to content

Commit

Permalink
chroma: add optional fastapi dep to restrict to <1 (langchain-ai#20295)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored and junkeon committed Apr 16, 2024
1 parent 7ff7033 commit be15b6f
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 be15b6f

Please sign in to comment.