diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-03-15 22:07:17 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-03-17 07:06:55 -0700 |
| commit | 7fc1fa199f8db180f62a4e0fc6ead852b6c7d03d (patch) | |
| tree | e69d3abba857ba613ecc8bf30f352b19dacd2d9c /meta-python/recipes-devtools/python/python3-pydantic_1.10.5.bb | |
| parent | 43d461278223ee009b8342ef901506064a93d02c (diff) | |
| download | meta-openembedded-7fc1fa199f8db180f62a4e0fc6ead852b6c7d03d.tar.gz | |
python3-pydantic: upgrade 1.10.5 -> 1.10.6
Changelog:
==========
- Implement logic to support creating validators from non standard callables by
using defaults to identify them and unwrapping functools.partial and
functools.partialmethod when checking the signature
- Fix mypy plugin for v1.1.1, and fix dataclass_transform decorator for pydantic dataclasses
- Raise ValidationError, not ConfigError, when a discriminator value is unhashable
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pydantic_1.10.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pydantic_1.10.5.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic_1.10.5.bb b/meta-python/recipes-devtools/python/python3-pydantic_1.10.5.bb deleted file mode 100644 index 77e94a9bb0..0000000000 --- a/meta-python/recipes-devtools/python/python3-pydantic_1.10.5.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 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=2c02ea30650b91528657db64baea1757" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "9e337ac83686645a46db0e825acceea8e02fca4062483f40e9ae178e8bd1103a" | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += "\ | ||
| 11 | ${PYTHON_PN}-typing-extensions \ | ||
| 12 | ${PYTHON_PN}-core \ | ||
| 13 | ${PYTHON_PN}-numbers \ | ||
| 14 | ${PYTHON_PN}-json \ | ||
| 15 | ${PYTHON_PN}-datetime \ | ||
| 16 | ${PYTHON_PN}-io \ | ||
| 17 | ${PYTHON_PN}-netclient \ | ||
| 18 | ${PYTHON_PN}-image \ | ||
| 19 | ${PYTHON_PN}-logging \ | ||
| 20 | " | ||
