Skip to content

Commit

Permalink
chore: Chroma version bump (run-llama#13158)
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov authored Apr 29, 2024
1 parent 5e01f9c commit 4369834
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-vector-stores-chroma"
readme = "README.md"
version = "0.1.6"
version = "0.1.7"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
llama-index-core = "^0.10.1"
chromadb = "^0.4.22"
chromadb = ">=0.4.0,<0.6.0"

[tool.poetry.group.dev.dependencies]
ipython = "8.10.0"
Expand Down

0 comments on commit 4369834

Please sign in to comment.