mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python3-pydantic: upgrade 2.5.1 -> 2.5.2
Changelog: ========== -uprev pydantic-core to 2.14.5 -Add ConfigDict.ser_json_inf_nan -Fix validation of Literal from JSON keys when used as dict key -Fix bug re custom_init on members of Union -Fix JsonValue bool serialization -Fix handling of unhashable inputs with Literal in Unions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
SUMMARY = "Data validation and settings management using Python type hinting"
|
||||
HOMEPAGE = "https://github.com/samuelcolvin/pydantic"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
|
||||
|
||||
inherit pypi python_hatchling
|
||||
|
||||
SRC_URI[sha256sum] = "ff177ba64c6faf73d7afa2e8cad38fd456c0dbe01c9954e71038001cd15a6edd"
|
||||
|
||||
DEPENDS += "python3-hatch-fancy-pypi-readme-native"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-core \
|
||||
python3-datetime \
|
||||
python3-image \
|
||||
python3-io \
|
||||
python3-json \
|
||||
python3-logging \
|
||||
python3-netclient \
|
||||
python3-numbers \
|
||||
python3-profile \
|
||||
python3-typing-extensions \
|
||||
"
|
||||
Reference in New Issue
Block a user