python3Packages.llama-cloud-services: 0.6.23 -> 0.6.28 (#414265)

This commit is contained in:
Fabian Affolter 2025-06-09 08:55:50 +02:00 committed by GitHub
commit c6bbb9f1e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "llama-cloud-services";
version = "0.6.23";
version = "0.6.28";
pyproject = true;
src = fetchFromGitHub {
owner = "run-llama";
repo = "llama_cloud_services";
tag = "v${version}";
hash = "sha256-G1qjm7GpSZDgGWys+toXiQoRJHIQUcwG6+0JK8k3XfE=";
hash = "sha256-2ANsXUOTTWhIS6/BPvlOox4KJcQI0lngPMAf3Hous7s=";
};
pythonRelaxDeps = [ "llama-cloud" ];