Merge pull request #690 from AlyciaBHZ/fix/chromadb-version-constraint

fix: remove chromadb <0.7 upper bound — blocks 1.x installs
This commit is contained in:
Igor Lins e Silva
2026-04-13 01:13:58 -03:00
committed by GitHub
+1 -1
View File
@@ -25,7 +25,7 @@ classifiers = [
"Topic :: Utilities",
]
dependencies = [
"chromadb>=0.5.0,<0.7",
"chromadb>=0.5.0",
"pyyaml>=6.0,<7",
]