Skip to content

Commit

Permalink
chroma: add required fastapi dep to restrict to <1 (#20297)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Apr 10, 2024
1 parent 991fd82 commit 16f8fff
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions libs/partners/chroma/poetry.lock

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

2 changes: 1 addition & 1 deletion libs/partners/chroma/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +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}
fastapi = { version = ">=0.95.2,<1" }

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

0 comments on commit 16f8fff

Please sign in to comment.