Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pydantic
From: Adam Ciarcinski
Date: 2023-03-09 06:33:49
Message id: 20230309053349.4C2C6FA90@cvs.NetBSD.org
Log Message:
py-pydantic: updated to 1.10.6
v1.10.6 (2023-03-08)
* 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
Files: