fix: upgrade chromadb to >=1.5.4 for python 3.13/3.14 compatibility
This commit is contained in:
+3
-1
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user