python312Packages.llama-index-indices-managed-llama-cloud: 0.6.11 -> 0.7.1

This commit is contained in:
Fabian Affolter 2025-05-28 23:20:46 +02:00
parent 5c3103f62c
commit 9ecc8f7733

View file

@ -2,7 +2,7 @@
lib,
buildPythonPackage,
fetchPypi,
poetry-core,
hatchling,
llama-cloud,
llama-index-core,
pythonOlder,
@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-index-indices-managed-llama-cloud";
version = "0.6.11";
version = "0.7.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,10 +18,10 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_indices_managed_llama_cloud";
inherit version;
hash = "sha256-klUy92DNLrsllIKNoxGtrD1UzSyuPf8pCEke67K4vQ8=";
hash = "sha256-+GtifVEN1PvlFEdzTxmBG9ipVcQtUx8jeoVpi50eQUA=";
};
build-system = [ poetry-core ];
build-system = [ hatchling ];
dependencies = [
llama-cloud