python3Packages.llama-cloud: 0.1.19 -> 0.1.21

This commit is contained in:
R. Ryantm
2025-05-10 12:16:21 +00:00
parent fb297f0be8
commit fe741c3acf
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-cloud";
version = "0.1.19";
version = "0.1.21";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_cloud";
inherit version;
hash = "sha256-sKVCSuAJnKJ98qLX5a7JkGbenKhgq2WYfJ+THx6nq/8=";
hash = "sha256-VnbVTkZQ0pNpH1ztFZfXTUibM/1B9R1nez/TX1bfaT4=";
};
build-system = [ poetry-core ];