diff mbox series

[meta-python,45/67] python3-pydantic-core: upgrade 2.27.1 -> 2.27.2

Message ID 1735032421-13513-45-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/67] ctags: upgrade 6.1.20241215.0 -> 6.1.20241222.0 | expand

Commit Message

Wang Mingyu Dec. 24, 2024, 9:26 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 ...-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 mbox series

Patch

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"