python312Packages.clarifai-grpc: 11.0.2 -> 11.2.0 (#380583)

This commit is contained in:
Weijia Wang
2025-03-16 21:50:52 +01:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "clarifai-grpc";
version = "11.0.2";
version = "11.2.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Clarifai";
repo = "clarifai-python-grpc";
tag = version;
hash = "sha256-28V47bMjVvDQvTuTQSd51ppIsLqB8JcJvBp/UrGFvAE=";
hash = "sha256-FBeGGEHIhio32v45t0YHja9YebAnhd3hnVIvKgPlQdE=";
};
build-system = [ setuptools ];
@@ -79,6 +79,8 @@ buildPythonPackage rec {
# Tests require network access and API key
"tests/cli/test_compute_orchestration.py"
"tests/runners/test_anymodel.py"
"tests/runners/test_download_checkpoints.py"
"tests/runners/test_runners.py"
"tests/runners/test_textmodel.py"
"tests/runners/test_url_fetcher.py"
"tests/test_app.py"