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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2024-12-24 17:26:39 +08:00
committed by Khem Raj
parent 66a5d99f91
commit b275a81390

View File

@@ -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"