python3Packages.argilla: 1.28.0 -> 1.29.0

https://github.com/argilla-io/argilla/releases/tag/v1.29.0
This commit is contained in:
Martin Weinelt
2024-06-24 12:14:42 +02:00
parent 3ac8f8d2dd
commit ee88638c70
@@ -67,7 +67,7 @@
buildPythonPackage rec {
pname = "argilla";
version = "1.28.0";
version = "1.29.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -76,7 +76,7 @@ buildPythonPackage rec {
owner = "argilla-io";
repo = "argilla";
rev = "refs/tags/v${version}";
hash = "sha256-gQpJ2umi3IE5BhRu3bM7ONPIP0hb2YG37jGvDKQHZWA=";
hash = "sha256-+eQNvLDV063JY6CyngpGyo4NdSd6HvAHFgGWtPfZNVQ=";
};
pythonRelaxDeps = [