Merge pull request #321671 from r-ryantm/auto-update/python311Packages.clarifai

python311Packages.clarifai: 10.3.3 -> 10.5.2
This commit is contained in:
Nick Cao 2024-06-22 10:14:08 -04:00 committed by GitHub
commit f6f6e05cc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "clarifai";
version = "10.3.3";
version = "10.5.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "Clarifai";
repo = "clarifai-python";
rev = "refs/tags/${version}";
hash = "sha256-M0OrBqjNjrpxVM/A7NVqarcP8S+VqunYGI4C+Wis6UI=";
hash = "sha256-zAjGVICrYgai6GFpcJyigKxn7kNEZKclggR5ktzrCQ0=";
};
pythonRelaxDeps = [ "clarifai-grpc" ];