Skip to content

Commit

Permalink
chroma: bump rc, keep optional (#20298)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Apr 10, 2024
1 parent 16f8fff commit 0fa551c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.

4 changes: 2 additions & 2 deletions libs/partners/chroma/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-chroma"
version = "0.1.0rc0"
version = "0.1.0rc1"
description = "An integration package connecting Chroma and LangChain"
authors = []
readme = "README.md"
Expand All @@ -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" }
fastapi = { version = ">=0.95.2,<1", optional = true }

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

0 comments on commit 0fa551c

Please sign in to comment.