Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 468 Bytes

RELEASE.rst

File metadata and controls

7 lines (4 loc) · 468 Bytes

RELEASE_TYPE: patch

This patch fixes an issue where ~hypothesis.strategies.builds could not be used with attrs objects that defined private attributes (i.e. attributes with a leading underscore). See also 3791.

This patch also adds support more generally for using ~hypothesis.strategies.builds with attrs' alias parameter, which was previously unsupported.

This patch increases the minimum required version of attrs to 22.2.0.