diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-10-23 16:57:37 +0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-10-30 07:14:03 -0400 |
| commit | 6941b48eccf27a25e652b849bbb26ecdad72ec10 (patch) | |
| tree | 46eebeba5dd8f704b6679ba5d7a3900a0fdfe2fe /meta-python/recipes-devtools/python/python3-pydantic_2.4.2.bb | |
| parent | 0da5f5448a3c8948c6bf45a3dd8a76bf57ce7424 (diff) | |
| download | meta-openembedded-6941b48eccf27a25e652b849bbb26ecdad72ec10.tar.gz | |
python3-pydantic: upgrade 2.4.1 -> 2.4.2
Changelog:
=============
Fix bug with JSON schema for sequence of discriminated union
Fix schema references in discriminated unions
Fix json schema generation for recursive models
Fix models_json_schema for generic models
Fix xfailed test for generic model signatures
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 51df8080ca488bfa1b562d3064fd6f4e02f0e76d)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pydantic_2.4.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pydantic_2.4.2.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.4.2.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.4.2.bb new file mode 100644 index 0000000000..a83789d977 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pydantic_2.4.2.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | SUMMARY = "Data validation and settings management using Python type hinting" | ||
| 2 | HOMEPAGE = "https://github.com/samuelcolvin/pydantic" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6" | ||
| 5 | |||
| 6 | inherit pypi python_hatchling | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "94f336138093a5d7f426aac732dcfe7ab4eb4da243c88f891d65deb4a2556ee7" | ||
| 9 | |||
| 10 | DEPENDS += "python3-hatch-fancy-pypi-readme-native" | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += "\ | ||
| 13 | python3-core \ | ||
| 14 | python3-datetime \ | ||
| 15 | python3-image \ | ||
| 16 | python3-io \ | ||
| 17 | python3-json \ | ||
| 18 | python3-logging \ | ||
| 19 | python3-netclient \ | ||
| 20 | python3-numbers \ | ||
| 21 | python3-profile \ | ||
| 22 | python3-typing-extensions \ | ||
| 23 | " | ||
