fix: upgrade chromadb to >=1.5.4 for python 3.13/3.14 compatibility

This commit is contained in:
Legion345
2026-04-10 14:41:52 -07:00
committed by bensig
parent 2b9f17c401
commit d0c8ecd847
4 changed files with 645 additions and 328 deletions
+3 -1
View File
@@ -21,11 +21,13 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Utilities",
]
dependencies = [
"chromadb>=0.5.0",
"chromadb>=1.5.4",
"pyyaml>=6.0,<7",
]