chromadb at <2 to guard against breaking changes in future major versions

This commit is contained in:
Legion345
2026-04-10 19:16:54 -07:00
committed by bensig
parent d0c8ecd847
commit fa7fe1d51f
+1 -1
View File
@@ -27,7 +27,7 @@ classifiers = [
"Topic :: Utilities",
]
dependencies = [
"chromadb>=1.5.4",
"chromadb>=1.5.4,<2",
"pyyaml>=6.0,<7",
]