mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

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>
24 lines
638 B
BlitzBasic
24 lines
638 B
BlitzBasic
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 \
|
|
"
|