guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit ffee234f07300934ee24b4dc55cc4400bdc7723f
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Jan 14 16:14:35 2026 +0100
gnu: python-starlette: Update to 0.49.1.
* gnu/packages/python-web.scm (python-starlette): Update to 0.49.1.
Change-Id: I19ed03999c59271a4da26d798d644996c2224b02
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b5497dfb35..3d5d384930 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -12942,7 +12942,7 @@ SendGrid Web API v3 endpoints, including the new v3
/mail/send.")
(define-public python-starlette
(package
(name "python-starlette")
- (version "0.42.0")
+ (version "0.49.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -12951,7 +12951,7 @@ SendGrid Web API v3 endpoints, including the new v3
/mail/send.")
(file-name (git-file-name name version))
(sha256
(base32
- "0r46v6b687pqr4sjcv0rwd1ln248fnx0xkawbn945r04pg7c999q"))))
+ "0w9cyaxpc2p99hqrfw164iypacx3i1gsmn2z0xywgd21alva82ji"))))
(build-system pyproject-build-system)
(propagated-inputs (list python-anyio
python-typing-extensions