diff mbox series

[meta-python,1/4] python3-uvicorn: Upgrade 0.42.0 -> 0.44.0

Message ID 20260415122831.955529-1-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/4] python3-uvicorn: Upgrade 0.42.0 -> 0.44.0 | expand

Commit Message

Leon Anavi April 15, 2026, 12:28 p.m. UTC
Upgrade to release 0.44.0:

- Implement websocket keepalive pings for websockets-sansio

From 0.43.0:

- Emit http.disconnect ASGI receive() event on server shutting down
  for streaming responses
- Use native context parameter for create_task on Python 3.11+
- Drop cast in ASGI types

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-uvicorn_0.42.0.bb => python3-uvicorn_0.44.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-uvicorn_0.42.0.bb => python3-uvicorn_0.44.0.bb} (90%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-uvicorn_0.42.0.bb b/meta-python/recipes-devtools/python/python3-uvicorn_0.44.0.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-uvicorn_0.42.0.bb
rename to meta-python/recipes-devtools/python/python3-uvicorn_0.44.0.bb
index f14ba46dc6..ce92c96d8d 100644
--- a/meta-python/recipes-devtools/python/python3-uvicorn_0.42.0.bb
+++ b/meta-python/recipes-devtools/python/python3-uvicorn_0.44.0.bb
@@ -4,7 +4,7 @@  LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5c778842f66a649636561c423c0eec2e"
 RECIPE_MAINTAINER = "Tom Geelen <t.f.g.geelen@gmail.com>"
 
-SRC_URI[sha256sum] = "9b1f190ce15a2dd22e7758651d9b6d12df09a13d51ba5bf4fc33c383a48e1775"
+SRC_URI[sha256sum] = "6c942071b68f07e178264b9152f1f16dfac5da85880c4ce06366a96d70d4f31e"
 
 SRC_URI += "file://0001-ptest-disable-failing-tests.patch"