Skip to content

Commit

Permalink
Merge pull request #305223 from r-ryantm/auto-update/python312Package…
Browse files Browse the repository at this point in the history
…s.argilla

python312Packages.argilla: 1.26.1 -> 1.27.0
  • Loading branch information
happysalada authored Apr 19, 2024
2 parents 13f0132 + c8cd170 commit 70721b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/argilla/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
}:
let
pname = "argilla";
version = "1.26.1";
version = "1.27.0";
optional-dependencies = {
server = [
fastapi
Expand Down Expand Up @@ -126,7 +126,7 @@ buildPythonPackage {
owner = "argilla-io";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-7d8zvP06GrHrSEJn2NNv2BUNea1wamf21e+qa1dZU18=";
hash = "sha256-CBVP/+XFKnJBMcxsDd7lgQ1JFX7zFlHmdBwkAMmq85g=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit 70721b6

Please sign in to comment.