Merge pull request #323112 from r-ryantm/auto-update/python311Packages.llama-index-vector-stores-chroma

python311Packages.llama-index-vector-stores-chroma: 0.1.9 -> 0.1.10
This commit is contained in:
Fabian Affolter
2024-07-04 06:35:37 +02:00
committed by GitHub
@@ -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 ];