python313Packages.llama-cloud-services: 0.6.36 -> 0.6.37
Diff: https://github.com/run-llama/llama_cloud_services/compare/refs/tags/v0.6.36...refs/tags/v0.6.37 Changelog: https://github.com/run-llama/llama_cloud_services/releases/tag/v0.6.37
This commit is contained in:
@@ -17,14 +17,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "llama-cloud-services";
|
||||
version = "0.6.36";
|
||||
version = "0.6.37";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "run-llama";
|
||||
repo = "llama_cloud_services";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-m3XC4CiDUJemy7enWMG5iYGX6s7LGSfc16vGmDWhAic=";
|
||||
hash = "sha256-Ag8HZZjKgJk6D9uipntydYwVS8TKqZH7pOWaJ9EPuE0=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "llama-cloud" ];
|
||||
|
||||
Reference in New Issue
Block a user