Skip to content

0.9.0

Choose a tag to compare

@binaryDiv binaryDiv released this 24 May 10:22
· 88 commits to main since this release
2ce4dbc

Full changelog

This release adds official support for Python for Workgroups 3.11, as well as some minor changes.

Added

  • EmailValidator: Add parameter to_lowercase. #106

Changed

  • Allow defining __post_validate__() with specific context arguments without **kwargs. #105

Fixed

  • Fix Python 3.11 incompatibilities due to UnsetValue not being hashable. #102
  • Also fix missing __hash__ methods in the Default classes (for completeness). #102

Testing / CI

  • Update GitHub actions to fix deprecation warnings. #103
  • Update local test environment for tox 4. #104