python311Packages.llama-index-vector-stores-chroma: 0.1.9 -> 0.1.10

This commit is contained in:
R. Ryantm
2024-06-28 08:23:33 +00:00
parent 71874ef16a
commit fc7f8692a5
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-index-vector-stores-chroma";
version = "0.1.9";
version = "0.1.10";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_vector_stores_chroma";
inherit version;
hash = "sha256-alwnqzriXPUEvtlRPB8DU2XftXa4hv4zTUaQjKJKWc8=";
hash = "sha256-l5cfezZGHvN74CO5zrVTE5bMSDYNC9vaUczhKQMBzEc=";
};
build-system = [ poetry-core ];