pip-tools v6.2.0 Release Notes

Release Date: 2021-06-22 // almost 3 years ago
  • ๐Ÿ”‹ Features:

    • โž• Add --emit-options/--no-emit-options flags to pip-compile (#1123). Thanks @atugushev
    • โž• Add --python-executable option for pip-sync (#1333). Thanks @MaratFM
    • ๐ŸŒฒ Log which python version was used during compile (#828). Thanks @graingert

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix pip-compile package ordering (#1419). Thanks @adamsol
    • โž• Add --strip-extras option to pip-compile for producing constraint compatible output (#1404). Thanks @ssbarnea
    • ๐Ÿ›  Fix click v7 version_option compatibility (#1410). Thanks @FuegoFro
    • Pass package_name explicitly in click.version_option decorators for compatibility with click>=8.0 (#1400). Thanks @nicoa

    Other Changes:

    • โšก๏ธ Document updating requirements with pre-commit hooks (#1387). Thanks @microcat49
    • โž• Add setuptools and wheel dependencies to the setup.cfg (#889). Thanks @jayvdb
    • ๐Ÿ‘Œ Improve instructions for new contributors (#1394). Thanks @FlorentJeannot
    • ๐Ÿ‘ Better explain role of existing requirements.txt (#1369). Thanks @mikepqr