pip-tools v6.0.0 Release Notes

Release Date: 2021-03-12 // about 3 years ago
  • Backwards Incompatible Changes:

    • โœ‚ Remove support for EOL Python 3.5 and 2.7 (#1243). Thanks @jdufresne
    • โœ‚ Remove deprecated --index/--no-index option from pip-compile (#1234). Thanks @jdufresne

    ๐Ÿ”‹ Features:

    • ๐Ÿ“‡ Use pep517 to parse dependencies metadata from setup.py (#1311). Thanks @astrojuanlu

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix a bug where pip-compile with setup.py would not include dependencies with environment markers (#1311). Thanks @astrojuanlu
    • Prefer === over == when generating requirements.txt if a dependency was pinned with === (#1323). Thanks @IceTDrinker
    • ๐Ÿ›  Fix a bug where pip-compile with setup.py in nested folder would generate setup.txt output file (#1324). Thanks @peymanslh
    • 0๏ธโƒฃ Write out default index when it is provided as --extra-index-url (#1325). Thanks @fahrradflucht

    Dependencies:

    • โฌ†๏ธ Bump pip minimum version to >= 20.3 (#1340). Thanks @atugushev