hypothesis v5.4.0 Release Notes

Release Date: 2020-01-30 // over 4 years ago
  • ๐Ÿš€ This release removes support for Python 3.5.0 and 3.5.1, where the
    "typing" module was quite immature (e.g. missing "overload()" and
    "Type").

    Note that Python 3.5 will reach its end-of-life in September 2020, and
    ๐Ÿ†• new releases of Hypothesis may drop support somewhat earlier.

    Note:

    โœ… "pip install hypothesis" should continue to give you the latest
    compatible version. If you have somehow ended up with an
    โšก๏ธ incompatible version, you need to update your packaging stack to
    ๐Ÿ‘€ "pip >= 9.0" and "setuptools >= 24.2" - see here for details. Then
    "pip uninstall hypothesis && pip install hypothesis" will get you
    back to a compatible version.

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