diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-24 17:26:39 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-24 08:23:09 -0800 |
commit | b275a81390f40c356f2092b0c29994aeb1bef9d1 (patch) | |
tree | 0fb56da97e80248ba0f88073196d95fe89d36907 /meta-python | |
parent | 66a5d99f91aba67fedd95c9c8602f45cfc491254 (diff) | |
download | meta-openembedded-b275a81390f40c356f2092b0c29994aeb1bef9d1.tar.gz |
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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pydantic-core_2.27.2.bb (renamed from meta-python/recipes-devtools/python/python3-pydantic-core_2.27.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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 | |||
12 | 12 | ||
13 | SRC_URI += "file://run-ptest" | 13 | SRC_URI += "file://run-ptest" |
14 | 14 | ||
15 | SRC_URI[sha256sum] = "62a763352879b84aa31058fc931884055fd75089cccbd9d58bb6afd01141b235" | 15 | SRC_URI[sha256sum] = "eb026e5a4c1fee05726072337ff51d1efb6f59090b7da90d30ea58625b1ffb39" |
16 | 16 | ||
17 | DEPENDS = "python3-maturin-native python3-typing-extensions" | 17 | DEPENDS = "python3-maturin-native python3-typing-extensions" |
18 | 18 | ||