From 8a8a740ccdca82275a508df31b1bf5ddf5044676 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 12 Jul 2026 05:04:44 +0200 Subject: [PATCH] python3Packages.typer: 0.25.1 -> 0.26.8 https://github.com/tiangolo/typer/releases/tag/0.26.8 --- pkgs/development/python-modules/typer/default.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/typer/default.nix b/pkgs/development/python-modules/typer/default.nix index 65a0772135ad..80f3ac75dbbc 100644 --- a/pkgs/development/python-modules/typer/default.nix +++ b/pkgs/development/python-modules/typer/default.nix @@ -9,7 +9,6 @@ # dependencies annotated-doc, - click, # optional-dependencies rich, @@ -24,14 +23,14 @@ buildPythonPackage rec { pname = "typer"; - version = "0.25.1"; + version = "0.26.8"; pyproject = true; src = fetchFromGitHub { owner = "fastapi"; repo = "typer"; tag = version; - hash = "sha256-HIvXseuR7zUXFuTWzntDfHhAp8BcFjxo35gn0i4+03w="; + hash = "sha256-VkqvlWLzmtbQPaplx/YRdSNN1xq/UMRl8EZVIEm97Lk="; }; postPatch = '' @@ -47,7 +46,6 @@ buildPythonPackage rec { dependencies = [ annotated-doc - click rich shellingham ]; @@ -67,6 +65,10 @@ buildPythonPackage rec { # fails also on Linux "test_show_completion" "test_install_completion" + # error message mismatch + "test_file_error" + # test invokes test_types_file.py and fails to import .../tests + "test_binary_stderr" ] ++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [ "test_install_completion"