python312Packages.llama-index-indices-managed-llama-cloud: 0.6.8 -> 0.6.10 (#392201)

This commit is contained in:
Fabian Affolter 2025-04-06 12:02:17 +02:00 committed by GitHub
commit c3bde89f13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "llama-index-indices-managed-llama-cloud"; pname = "llama-index-indices-managed-llama-cloud";
version = "0.6.8"; version = "0.6.10";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
pname = "llama_index_indices_managed_llama_cloud"; pname = "llama_index_indices_managed_llama_cloud";
inherit version; inherit version;
hash = "sha256-ZYGhpOlmyA0QhwaIDcOaEuOGNO3f+ehZ8swNS7EcZIM="; hash = "sha256-lI7PRcTYuWy0/pRq6/plk82eXtvhbl8QciScezxW07U=";
}; };
build-system = [ poetry-core ]; build-system = [ poetry-core ];