From a5e60deb3e2e27a4c9900e3d26edaae6f8531cc0 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 30 Apr 2026 18:48:52 +0800 Subject: [PATCH] python3-fastapi: upgrade 0.135.3 -> 0.136.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-fastapi_0.135.3.bb => python3-fastapi_0.136.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-fastapi_0.135.3.bb => python3-fastapi_0.136.1.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-fastapi_0.135.3.bb b/meta-python/recipes-devtools/python/python3-fastapi_0.136.1.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-fastapi_0.135.3.bb rename to meta-python/recipes-devtools/python/python3-fastapi_0.136.1.bb index a4bdb19bbf..27346415c4 100644 --- a/meta-python/recipes-devtools/python/python3-fastapi_0.135.3.bb +++ b/meta-python/recipes-devtools/python/python3-fastapi_0.136.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://fastapi.tiangolo.com/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=95792ff3fe8e11aa49ceb247e66e4810" -SRC_URI[sha256sum] = "bd6d7caf1a2bdd8d676843cdcd2287729572a1ef524fc4d65c17ae002a1be654" +SRC_URI[sha256sum] = "7af665ad7acfa0a3baf8983d393b6b471b9da10ede59c60045f49fbc89a0fa7f" SRC_URI += "file://run-ptest"