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

python311Packages.llama-index-vector-stores-chroma: 0.1.8 -> 0.1.9
This commit is contained in:
Fabian Affolter
2024-06-14 22:14:51 +02:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-index-vector-stores-chroma";
version = "0.1.8";
version = "0.1.9";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_vector_stores_chroma";
inherit version;
hash = "sha256-nFdLrzcPr0Vry2e51eonOm+h8rT9IFpZxHtoESNkuec=";
hash = "sha256-alwnqzriXPUEvtlRPB8DU2XftXa4hv4zTUaQjKJKWc8=";
};
build-system = [ poetry-core ];