This patch fixes a deprecation warning if you're using recent versions of :pypi:`importlib-metadata` (:issue:`2934`), which we use to load :ref:`third-party plugins <entry-points>` such as `Pydantic's integration <https://docs.pydantic.dev/latest/hypothesis_plugin/>`__. On older versions of :pypi:`importlib-metadata`, there is no change and you don't need to upgrade.
6.10.0
-------------------
This release teaches the :doc:`Ghostwriter <ghostwriter>` to read parameter types from Sphinx, Google, or Numpy-style structured docstrings, and improves some related heuristics about how to test scientific and numerical programs.
6.9.2
------------------
This release improves the :doc:`Ghostwriter's <ghostwriter>` handling of exceptions, by reading ``:raises ...:`` entries in function docstrings and ensuring that we don't suppresss the error raised by test assertions.
6.9.1
------------------
This patch updates our autoformatting tools, improving our code style without any API changes.
6.9.0
------------------
This release teaches :func:`~hypothesis.strategies.from_type` how to see through :obj:`python:typing.Annotated`. Thanks to Vytautas Strimaitis for reporting and fixing :issue:`2919`!
6.8.12
-------------------
If :pypi:`rich` is installed, the :command:`hypothesis write` command will use it to syntax-highlight the :doc:`Ghostwritten <ghostwriter>` code.