From 4791de5d530ae38117bff71f0ca7069868ed77df Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 9 Oct 2025 20:05:29 +0200 Subject: [PATCH] python313Packages.gto: 1.8.0 -> 1.9.0 Changelog: https://github.com/iterative/gto/releases/tag/1.9.0 --- pkgs/development/python-modules/gto/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/gto/default.nix b/pkgs/development/python-modules/gto/default.nix index 0bb1848d491a..72ddf2639ed3 100644 --- a/pkgs/development/python-modules/gto/default.nix +++ b/pkgs/development/python-modules/gto/default.nix @@ -8,6 +8,7 @@ funcy, gitMinimal, pydantic, + pydantic-settings, pytest-cov-stub, pytest-mock, pytest-test-utils, @@ -25,7 +26,7 @@ buildPythonPackage rec { pname = "gto"; - version = "1.8.0"; + version = "1.9.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -34,7 +35,7 @@ buildPythonPackage rec { owner = "iterative"; repo = "gto"; tag = version; - hash = "sha256-XgVV/WPs9QcxjVVsdvloo2+QWNViAJE404Nue7ZcBak="; + hash = "sha256-LXYpOnk9W/ellG70qZLihmvk4kvVcwZfE5buPNU2qzQ="; }; build-system = [ @@ -46,6 +47,7 @@ buildPythonPackage rec { entrypoints funcy pydantic + pydantic-settings rich ruamel-yaml scmrepo