This patch improves the performance of :func:`~hypothesis.strategies.from_type` with `pydantic.types.condate <https://docs.pydantic.dev/latest/api/types/#pydantic.types.condate>`__ (:issue:`4000`).
6.115.0
--------------------
This improves the formatting of dataclasses and attrs classes when printing falsifying examples.
6.114.1
--------------------
This patch upgrades remaining type annotations to Python 3.9 syntax.
6.114.0
--------------------
This release drops support for Python 3.8, `which reached end of life on 2024-10-07 <https://devguide.python.org/versions/>`__.
6.113.0
--------------------
This release adds ``hypothesis.errors.BackendCannotProceed``, an unstable API for use by :ref:`alternative-backends`.
6.112.5
--------------------
This release fixes a regression where :class:`hypothesis.stateful.Bundle` did not work properly with :ref:`flatmap <flatmap>` functionality (:issue:`4128`).