python313Packages.llama-cloud: 0.1.26 -> 0.1.29

This commit is contained in:
Fabian Affolter
2025-06-26 22:30:10 +02:00
parent 05572e0f97
commit 6e1d3b314f
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-cloud";
version = "0.1.26";
version = "0.1.29";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_cloud";
inherit version;
hash = "sha256-swf5GxrZcYm1J4EZrErWZZMbZfJA+2Q7PjhNCh/IH1Y=";
hash = "sha256-aZWUPtTx0f5lT36l0BlwYRxdxwYC3q+TeGt/lUXnDx4=";
};
build-system = [ poetry-core ];