guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 69f1025a11dd716b9329c90610508e7150a05a24
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun May 31 22:21:36 2026 +0100

    gnu: python-typer: Update to 0.26.4.
    
    * gnu/packages/python-xyz.scm (python-typer): Update to 0.26.4.
    [propagated-inputs]: Remove python-click and python-typing-extensions.
    
    Change-Id: Ib9f67ae05e14086997b1f56679987e8712a4ada7
---
 gnu/packages/python-xyz.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b452614928..6e23afe955 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -39957,7 +39957,8 @@ Python versions that don't natively support them.")
 (define-public python-typer
   (package
     (name "python-typer")
-    (version "0.22.0")
+    ;; XXX: starting from 0.26.0, Typer vendors Click.
+    (version "0.26.4")
     (source
      (origin
        (method git-fetch)
@@ -39966,7 +39967,7 @@ Python versions that don't natively support them.")
               (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "17gxqqiafrp5dvqfm6k39zbanvnwb8b9kr7dvnkah17js0rfy1sz"))))
+        (base32 "0cmk9wsnml1yykzs5sxfdww3bchh9f2f63cj6nirw39zilp1jjw0"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -39984,10 +39985,7 @@ Python versions that don't natively support them.")
            python-pytest
            python-pytest-xdist))
     (propagated-inputs
-     (list python-click
-           python-typing-extensions
-           python-annotated-doc
-           ;; [optional]
+     (list python-annotated-doc
            python-rich
            python-shellingham))
     (home-page "https://github.com/fastapi/typer";)

Reply via email to