| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3-pydantic: upgrade 1.10.5 -> 1.10.6 | Wang Mingyu | 2023-03-17 | 1 | -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.5 | Wang Mingyu | 2023-02-27 | 1 | -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> | |||||
