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>2023-12-27 15:00:39 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-27 15:00:39 +0000
commitfb017f46cc9d43a3680e42ffede4284321f95a3f (patch)
treea8146691e8284e0040afd98c7be7073e1a1b1591 /pkgs/development/python-modules/argilla
parent9a8519bdc8db19bd446f3a4d4f552af3ab92d41f (diff)
python310Packages.argilla: 1.20.0 -> 1.21.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 0a0e784ce6299..a3ffbd076a43f 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.20.0";
+  version = "1.21.0";
   optional-dependencies = {
     server = [
       fastapi
@@ -126,7 +126,7 @@ buildPythonPackage {
     owner = "argilla-io";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-LYtudVk4FJMMCMDwCW38DBFsHA2xGd2ScvXogy6zRdI=";
+    hash = "sha256-/CU/8CnoGhxe1tapA9k60o/Bpnaql/6Y/6Ksw5mfk/E=";
   };
 
   pythonRelaxDeps = [