This patch allows :func:`~hypothesis.strategies.from_type` to handle the empty tuple type, :obj:`typing.Tuple[()] <python:typing.Tuple>`.
3.71.9
Not secure
-------------------
This patch updates some internal comments for :pypi:`mypy`. There is no user-visible effect, even for Mypy users.
3.71.8
Not secure
-------------------
This patch fixes a rare bug that would cause a particular shrinker pass to raise an IndexError, if a shrink improvement changed the underlying data in an unexpected way.
3.71.7
Not secure
-------------------
This release fixes the broken cross-references in our docs, and adds a CI check so we don't add new ones.
3.71.6
Not secure
-------------------
This patch fixes two bugs (:issue:`944` and :issue:`1521`), where messages about :func:`seed <hypothesis.seed>` did not check the current verbosity setting, and the wrong settings were active while executing :ref:`explicit examples <providing-explicit-examples>`.
3.71.5
Not secure
-------------------
This patch fixes a ``DeprecationWarning`` added in Python 3.8 (:issue:`1576`).