Skip to content

Commit d6772ad

Browse files
committed
feat(cli)!: bump chromadb to v1.0.0
1 parent a32a377 commit d6772ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ dynamic = ["version"]
44
description = "A tool to vectorise repositories for RAG."
55
authors = [{ name = "Davidyz", email = "[email protected]" }]
66
dependencies = [
7-
"chromadb<=0.6.3",
87
"sentence-transformers",
8+
"chromadb>=1.0.0b0",
99
"pathspec",
1010
"tabulate",
1111
"shtab",

0 commit comments

Comments
 (0)