Hypothesis

Latest version: v6.130.8

Safety actively analyzes 723929 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 221

6.130.2

--------------------

Fix an issue with realizing symbolic values provided by :ref:`alternative backends <alternative-backends>` when Hypothesis encounters an internal error in its engine.

6.130.1

--------------------

Improve the documentation for some strategies, including |st.composite| and |st.data|.

6.130.0

--------------------

Nesting :func:`given <hypothesis.given>` inside of :func:`given <hypothesis.given>` is now a :ref:`health check <healthchecks>` failure. Nesting :func:`given <hypothesis.given>` results in quadratic generation and shrinking behavior, and can usually be more cleanly expressed by replacing the inner function with a :func:`~hypothesis.strategies.data` parameter on the outer given. For more details, see :obj:`~hypothesis.HealthCheck.nested_given`. (:issue:`4167`)

6.129.5

--------------------

Fixes an internal error when certain :ref:`alternative backends <alternative-backends>` find a failure on their very first generated example.

6.129.4

--------------------

:func:`~hypothesis.strategies.nothing` is now typed as ``SearchStrategy[Never]``, because no value can ever be drawn from it. This may help type checkers statically determine that some code is not reachable.

6.129.3

--------------------

This patch improves the string representation of :func:`~hypothesis.strategies.fixed_dictionaries`.

Page 2 of 221

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.