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

commit 0b55b106ce3e23e823c6ed531e45cfe4a24a75e3
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Tue Jun 16 06:56:52 2026 +0200

    gnu: python-fastapi: Update to 0.137.1.
    
    * gnu/packages/python-web.scm (python-fastapi): Update to 0.137.1.
    [native-inputs]: Add python-pytest-timeout and python-pytest-xdist.
    [propagated-inputs]: Add python-pydantic.
    
    Relates-to: guix/guix!9327
    Change-Id: I588b3faad9eb970ceec8ae08386e7cbf90989d9d
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-web.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index d4800c7ea6..c22eee2d61 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -14223,13 +14223,13 @@ Amazon S3 or any other external service.")
 (define-public python-fastapi
   (package
     (name "python-fastapi")
-    (version "0.131.0")
+    (version "0.137.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "fastapi" version))
        (sha256
-        (base32 "1zs80pz8p04akxxmyfihqgii1wjhhad6qx1cjfd8kqmya9g1acb5"))))
+        (base32 "072lzn48rwf9rjix4nqb5ym6hnaj2fb3jxclilym7n9h89q608w2"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -14252,6 +14252,8 @@ Amazon S3 or any other external service.")
            ;; python-pwdlib
            python-pyjwt
            python-pytest
+           python-pytest-timeout
+           python-pytest-xdist
            python-sqlalchemy-2
            ;; python-sqlmodel
            python-types-orjson
@@ -14264,11 +14266,13 @@ Amazon S3 or any other external service.")
            ;; [optional]
            python-email-validator
            python-fastapi-cli
+           ;; python-fastar
            python-httpx
            python-itsdangerous
            python-jinja2
            python-multipart
            python-orjson
+           python-pydantic
            python-pydantic-extra-types
            python-pydantic-settings
            python-pyyaml

Reply via email to