summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pydantic_1.10.5.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pydantic: upgrade 1.10.5 -> 1.10.6Wang Mingyu2023-03-171-20/+0
| | | | | | | | | | | | | 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>
* python3-pydantic: upgrade 1.10.4 -> 1.10.5Wang Mingyu2023-02-271-0/+20
Changelog: ============ Fix broken parametrized bases handling with GenericModels with complex sets of models Invalidate mypy cache if plugin config changes Fix RecursionError when deep-copying dataclass types wrapped by pydantic Fix X | Y union syntax breaking GenericModel Switch coverage badge to show coverage for this branch/release Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>