lol

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

authored by

Weijia Wang and committed by
GitHub
872387b7 2fb135fe

+4 -2
+2 -2
pkgs/development/python-modules/clarifai-grpc/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "clarifai-grpc"; 15 - version = "11.0.2"; 15 + version = "11.2.0"; 16 16 pyproject = true; 17 17 18 18 disabled = pythonOlder "3.8"; ··· 21 21 owner = "Clarifai"; 22 22 repo = "clarifai-python-grpc"; 23 23 tag = version; 24 - hash = "sha256-28V47bMjVvDQvTuTQSd51ppIsLqB8JcJvBp/UrGFvAE="; 24 + hash = "sha256-FBeGGEHIhio32v45t0YHja9YebAnhd3hnVIvKgPlQdE="; 25 25 }; 26 26 27 27 build-system = [ setuptools ];
+2
pkgs/development/python-modules/clarifai/default.nix
··· 79 79 # Tests require network access and API key 80 80 "tests/cli/test_compute_orchestration.py" 81 81 "tests/runners/test_anymodel.py" 82 + "tests/runners/test_download_checkpoints.py" 83 + "tests/runners/test_runners.py" 82 84 "tests/runners/test_textmodel.py" 83 85 "tests/runners/test_url_fetcher.py" 84 86 "tests/test_app.py"