github HypothesisWorks/hypothesis hypothesis-python-6.135.32
Hypothesis for Python - version 6.135.32

latest releases: hypothesis-python-6.138.15, hypothesis-python-6.138.14, hypothesis-python-6.138.13...
one month ago

Improve the thread-safety of strategy validation.

Before this release, Hypothesis did not require that
"super().init()" be called in "SearchStrategy" subclasses.
Subclassing "SearchStrategy" is not supported or part of the public
API, but if you are subclassing it anyway, you will need to make sure
to call "super().init()" after this release.

The canonical version of these notes (with links) is on readthedocs.

Don't miss a new hypothesis release

NewReleases is sending notifications on new releases.