python311Packages.argilla: 1.17.0 -> 1.18.0

Diff: https://github.com/argilla-io/argilla/compare/refs/tags/v1.17.0...v1.18.0

Changelog: https://github.com/argilla-io/argilla/releases/tag/v1.18.0

authored by

Fabian Affolter and committed by
Yt
808c0d8c ef603cfa

+2 -2
+2 -2
pkgs/development/python-modules/argilla/default.nix
··· 65 65 }: 66 66 let 67 67 pname = "argilla"; 68 - version = "1.17.0"; 68 + version = "1.18.0"; 69 69 optional-dependencies = { 70 70 server = [ 71 71 fastapi ··· 126 126 owner = "argilla-io"; 127 127 repo = pname; 128 128 rev = "refs/tags/v${version}"; 129 - hash = "sha256-ggw6ABPn3d+aOj+0ETKYWWTha/2Recdnp/LGBXG1HY4="; 129 + hash = "sha256-2VWzmNMdd4WXSBrMSmclpjSZ9jDKNG7GbndUh8zLmgQ="; 130 130 }; 131 131 132 132 pythonRelaxDeps = [