This release drops support for Python 3.5, which `reached end of life upstream <https://devguide.python.org/#status-of-python-branches>`__ on 2020-09-13.
5.33.2
Not secure
-------------------
This patch fixes a problem with :func:`~hypothesis.strategies.builds` that was not able to generate valid data for annotated classes with constructors.
Thanks to Nikita Sobolev for fixing :issue:`2603`!
5.33.1
Not secure
-------------------
This patch improves the error message from the :command:`hypothesis write` command if :pypi:`black` (required for the :doc:`ghostwriter <ghostwriter>`) is not installed.
Thanks to Nikita Sobolev for fixing :issue:`2604`!
5.33.0
Not secure
-------------------
When reporting failing examples, or tried examples in verbose mode, Hypothesis now identifies which were from :obj:`example(...) <hypothesis.example>` explicit examples.
5.32.1
Not secure
-------------------
This patch contains some internal refactoring. Thanks to Felix Sheldon for fixing :issue:`2516`!
5.32.0
Not secure
-------------------
An array drawn from :func:`~hypothesis.extra.numpy.arrays` will own its own memory; previously most arrays returned by this strategy were views.