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

latest releases: hypothesis-python-6.112.4, hypothesis-python-6.112.3, hypothesis-python-6.112.2...
2 years ago

This release disallows using "typing.TypeAlias" with "from_type()" and
"register_type_strategy()".

Why? Because "TypeAlias" is not really a type, it is a tag for type
checkers that some expression is a type alias, not something else.

It does not make sense for Hypothesis to resolve it as a strategy.
References issue #2978.

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.