From b275a81390f40c356f2092b0c29994aeb1bef9d1 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 24 Dec 2024 17:26:39 +0800 Subject: [PATCH] python3-pydantic-core: upgrade 2.27.1 -> 2.27.2 Changelog: =========== - fix linux PGO wheel build - Forward default_value calls to the underlying schema for DefinitionRefValidator - Include JSON Schema input core schema in function schemas - fix ValueError on year zero Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...-pydantic-core_2.27.1.bb => python3-pydantic-core_2.27.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pydantic-core_2.27.1.bb => python3-pydantic-core_2.27.2.bb} (94%) diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core_2.27.1.bb b/meta-python/recipes-devtools/python/python3-pydantic-core_2.27.2.bb similarity index 94% rename from meta-python/recipes-devtools/python/python3-pydantic-core_2.27.1.bb rename to meta-python/recipes-devtools/python/python3-pydantic-core_2.27.2.bb index 75c6b46e48..52571ff2cb 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic-core_2.27.1.bb +++ b/meta-python/recipes-devtools/python/python3-pydantic-core_2.27.2.bb @@ -12,7 +12,7 @@ require ${BPN}-crates.inc SRC_URI += "file://run-ptest" -SRC_URI[sha256sum] = "62a763352879b84aa31058fc931884055fd75089cccbd9d58bb6afd01141b235" +SRC_URI[sha256sum] = "eb026e5a4c1fee05726072337ff51d1efb6f59090b7da90d30ea58625b1ffb39" DEPENDS = "python3-maturin-native python3-typing-extensions"