python313Packages.llama-index-vector-stores-chroma: 0.4.1 -> 0.4.2

This commit is contained in:
Fabian Affolter
2025-06-26 22:29:11 +02:00
parent b61b4c3faf
commit b30bd2af89
@@ -3,14 +3,14 @@
buildPythonPackage,
chromadb,
fetchPypi,
hatchling,
llama-index-core,
pythonOlder,
poetry-core,
}:
buildPythonPackage rec {
pname = "llama-index-vector-stores-chroma";
version = "0.4.1";
version = "0.4.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,10 +18,10 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_vector_stores_chroma";
inherit version;
hash = "sha256-cO50zPMErdoEFx0BTkg3WcaKHJL2eeosoua29Ftv7wg=";
hash = "sha256-F0YzgV4KiDiutiiBbiz10djG+PaEf0J+ADLTUHHq0ME=";
};
build-system = [ poetry-core ];
build-system = [ hatchling ];
dependencies = [
chromadb