python3Packages.llama-cloud-services: 0.6.51 -> 0.6.53

This commit is contained in:
R. Ryantm
2025-07-30 16:36:35 +00:00
parent 4e6038918f
commit 5edb24102d
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "llama-cloud-services";
version = "0.6.51";
version = "0.6.53";
pyproject = true;
src = fetchFromGitHub {
owner = "run-llama";
repo = "llama_cloud_services";
tag = "v${version}";
hash = "sha256-ImqAvi0y11m8GsxHnLjsrp/X+Es9XQ7ZqyzMKn5J2d8=";
hash = "sha256-b64yOpjOrcV+6isCVo3CQ/pbzrG8GBZe1rvBiUIJ+Y8=";
};
pythonRelaxDeps = [ "llama-cloud" ];