python313Packages.llama-index-indices-managed-llama-cloud: 0.7.2 -> 0.7.7

This commit is contained in:
Fabian Affolter
2025-06-27 00:14:42 +02:00
parent e90359756b
commit bf16efe849
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-index-indices-managed-llama-cloud";
version = "0.7.2";
version = "0.7.7";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,9 +18,11 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_indices_managed_llama_cloud";
inherit version;
hash = "sha256-nIb7uYVwR6WTHHGqvQsP5vOSAykTx2I1waL0vWTWOdE=";
hash = "sha256-f9cwopZ9wg60Iq4vpAKLTPcCMRSlz621IyNVE3dUGG8=";
};
pythonRelaxDeps = [ "llama-cloud" ];
build-system = [ hatchling ];
dependencies = [