0.9.0
This release adds official support for Python for Workgroups 3.11, as well as some minor changes.
Added
EmailValidator: Add parameterto_lowercase. #106
Changed
- Allow defining
__post_validate__()with specific context arguments without**kwargs. #105
Fixed
- Fix Python 3.11 incompatibilities due to
UnsetValuenot being hashable. #102 - Also fix missing
__hash__methods in theDefaultclasses (for completeness). #102