pip-tools v4.3.0 Release Notes

Release Date: 2019-11-25 // over 4 years ago
  • ๐Ÿ”‹ Features:

    • โž• Add Python 3.8 support (#956). Thanks @hramezani
    • ๐Ÿ“ฆ Unpin commented out unsafe packages in requirements.txt (#975). Thanks @atugushev

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix pip-compile doesn't copy --trusted-host from requirements.in to requirements.txt (#964). Thanks @atugushev
    • โž• Add compatibility with pip>=20.0 (#953 and #978). Thanks @atugushev
    • ๐Ÿ›  Fix a bug where the resolver wouldn't clean up the ephemeral wheel cache (#968). Thanks @atugushev

    ๐Ÿ‘Œ Improved Documentation:

    • โž• Add a note to README about requirements.txt file, which would possibly interfere if you're compiling from scratch (#959). Thanks @hramezani