summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2026-06-16 06:56:52 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:14 +0100
commit351ce908e301814e224fb26a5bb0779f17ed486d (patch)
tree20548296a943b173752a649296429c200d87a795 /gnu/packages/python-web.scm
parent3a56140051d5c295d7bc3b89056add63c9e15a5d (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm8
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 23b495cec7f..f6544bdbe88 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -14290,13 +14290,13 @@ Amazon S3 or any other external service.")
14290(define-public python-fastapi 14290(define-public python-fastapi
14291 (package 14291 (package
14292 (name "python-fastapi") 14292 (name "python-fastapi")
14293 (version "0.131.0") 14293 (version "0.137.1")
14294 (source 14294 (source
14295 (origin 14295 (origin
14296 (method url-fetch) 14296 (method url-fetch)
14297 (uri (pypi-uri "fastapi" version)) 14297 (uri (pypi-uri "fastapi" version))
14298 (sha256 14298 (sha256
14299 (base32 "1zs80pz8p04akxxmyfihqgii1wjhhad6qx1cjfd8kqmya9g1acb5")))) 14299 (base32 "072lzn48rwf9rjix4nqb5ym6hnaj2fb3jxclilym7n9h89q608w2"))))
14300 (build-system pyproject-build-system) 14300 (build-system pyproject-build-system)
14301 (arguments 14301 (arguments
14302 (list 14302 (list
@@ -14319,6 +14319,8 @@ Amazon S3 or any other external service.")
14319 ;; python-pwdlib 14319 ;; python-pwdlib
14320 python-pyjwt 14320 python-pyjwt
14321 python-pytest 14321 python-pytest
14322 python-pytest-timeout
14323 python-pytest-xdist
14322 python-sqlalchemy-2 14324 python-sqlalchemy-2
14323 ;; python-sqlmodel 14325 ;; python-sqlmodel
14324 python-types-orjson 14326 python-types-orjson
@@ -14331,11 +14333,13 @@ Amazon S3 or any other external service.")
14331 ;; [optional] 14333 ;; [optional]
14332 python-email-validator 14334 python-email-validator
14333 python-fastapi-cli 14335 python-fastapi-cli
14336 ;; python-fastar
14334 python-httpx 14337 python-httpx
14335 python-itsdangerous 14338 python-itsdangerous
14336 python-jinja2 14339 python-jinja2
14337 python-multipart 14340 python-multipart
14338 python-orjson 14341 python-orjson
14342 python-pydantic
14339 python-pydantic-extra-types 14343 python-pydantic-extra-types
14340 python-pydantic-settings 14344 python-pydantic-settings
14341 python-pyyaml 14345 python-pyyaml