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

latest releases: hypothesis-python-6.100.2, hypothesis-python-6.100.1, hypothesis-python-6.100.0...
4 years ago

This release fixes "from_type()" when used with bounded or constrained
"typing.TypeVar" objects (issue #2094).

Previously, distinct typevars with the same constraints would be
treated as all single typevar, and in cases where a typevar bound was
resolved to a union of subclasses this could result in mixed types
being generated for that typevar.

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.