python3Packages.llama-cloud: 0.1.44 -> 0.1.45

This commit is contained in:
R. Ryantm
2025-12-05 17:10:27 +00:00
parent 1177aa56e1
commit e95c0aa305
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-cloud";
version = "0.1.44";
version = "0.1.45";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_cloud";
inherit version;
hash = "sha256-J2orT5RGPaA3QxyjBjMxs7a+OYu/sAMRPudrfCqHO1M=";
hash = "sha256-FAJEAIzFcQ4xrpfGBDlzo6mWmlGw84FV+jOoQ0B46Ko=";
};
build-system = [ poetry-core ];