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

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

This patch makes it an explicit error to call
"register_type_strategy()" with a Pydantic GenericModel and a
callable, because "GenericModel" isn't actually a generic type at
runtime and so you have to register each of the "parametrized
versions" (actually subclasses!) manually. See issue #2940 for more
details.

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.