This patch fixes ``hypothesis.strategies._internal.types.is_a_new_type``. It was failing on Python ``3.10.0b4``, where ``NewType`` is a function.
6.14.4
-------------------
This patch fixes :func:`~hypothesis.strategies.from_type` and :func:`~hypothesis.strategies.register_type_strategy` for :obj:`python:typing.NewType` on Python 3.10, which changed the underlying implementation (see :bpo:`44353` for details).
6.14.3
-------------------
This patch updates our autoformatting tools, improving our code style without any API changes.
6.14.2
-------------------
This patch ensures that we shorten tracebacks for tests which fail due to inconsistent data generation between runs (i.e. raise ``Flaky``).
6.14.1
-------------------
This patch updates some internal type annotations. There is no user-visible change.
6.14.0
-------------------
The :ref:`explain phase <phases>` now requires shrinking to be enabled, and will be automatically skipped for deadline-exceeded errors.