about summary refs log tree commit diff
path: root/pkgs/development/python-modules/argilla
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-14 21:31:57 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-05-14 21:31:57 +0000
commit9eff372d39fc497f46a86f44675bc5b853082d5c (patch)
treea8f1a6da978188af38944e7eab5101785506e8ec /pkgs/development/python-modules/argilla
parent18198ef6f41074a6b42318dacb6fa4712b893ba4 (diff)
python311Packages.argilla: 1.27.0 -> 1.28.0
Diffstat (limited to 'pkgs/development/python-modules/argilla')
-rw-r--r--pkgs/development/python-modules/argilla/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/argilla/default.nix b/pkgs/development/python-modules/argilla/default.nix
index d3b87ca99f442..bdd5e84039482 100644
--- a/pkgs/development/python-modules/argilla/default.nix
+++ b/pkgs/development/python-modules/argilla/default.nix
@@ -65,7 +65,7 @@
 }:
 let
   pname = "argilla";
-  version = "1.27.0";
+  version = "1.28.0";
   optional-dependencies = {
     server = [
       fastapi
@@ -126,7 +126,7 @@ buildPythonPackage {
     owner = "argilla-io";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-CBVP/+XFKnJBMcxsDd7lgQ1JFX7zFlHmdBwkAMmq85g=";
+    hash = "sha256-gQpJ2umi3IE5BhRu3bM7ONPIP0hb2YG37jGvDKQHZWA=";
   };
 
   pythonRelaxDeps = [