All Versions
75
Latest Version
Avg Release Cycle
40 days
Latest Release
502 days ago

Changelog History
Page 1

  • v6.10.0 Changes

    November 13, 2022

    ๐Ÿ”‹ Features:

    • ๐Ÿ—„ Deprecate pip-compile --resolver=legacy (#1724). Thanks @atugushev
    • Prompt user to use the backtracking resolver on errors (#1719). Thanks @maxfenv
    • โž• Add support for Python 3.11 final (#1708). Thanks @hugovk
    • โž• Add --newline=[LF|CRLF|native|preserve] option to pip-compile (#1652). Thanks @AndydeCleyre

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix inconsistent handling of constraints comments with backtracking resolver (#1713). Thanks @mkniewallner
    • ๐Ÿ›  Fix some encoding warnings in Python 3.10 (PEP 597) (#1614). Thanks @GalaxySnail

    Other Changes:

    • โšก๏ธ Update pip-tools version in the README's pre-commit examples (#1701). Thanks @Kludex
    • Document use of the backtracking resolver (#1718). Thanks @maxfenv
    • ๐Ÿ‘‰ Use HTTPS in a readme link (#1716). Thanks @Arhell
  • v6.9.0 Changes

    October 05, 2022

    ๐Ÿ”‹ Features:

    • โž• Add --all-extras flag to pip-compile (#1630). Thanks @apljungquist
    • ๐Ÿ‘Œ Support Exclude Package with custom unsafe packages (#1509). Thanks @hmc-cs-mdrissi

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix compile cached vcs packages (#1649). Thanks @atugushev
    • Include py.typed in wheel file (#1648). Thanks @FlorentJeannot

    Other Changes:

    • โž• Add pyproject.toml & modern packaging to introduction. (#1668). Thanks @hynek
  • v6.8.0 Changes

    June 30, 2022

    ๐Ÿ”‹ Features:

    • โž• Add support for pip's 2020 dependency resolver. Use pip-compile --resolver backtracking to enable new resolver (#1539). Thanks @atugushev
  • v6.7.0 Changes

    June 27, 2022

    ๐Ÿ”‹ Features:

    • ๐Ÿ‘Œ Support for the importlib.metadata metadata implementation (#1632). Thanks @richafrank

    ๐Ÿ› Bug Fixes:

    • Instantiate a new accumulator InstallRequirement for combine_install_requirements output (#1519). Thanks @richafrank

    Other Changes:

    • ๐Ÿ— Replace direct usage of the pep517 module with the build module, for loading project metadata (#1629). Thanks @AndydeCleyre
  • v6.6.2 Changes

    May 23, 2022

    ๐Ÿ› Bug Fixes:

    • โšก๏ธ Update PyPIRepository::resolve_reqs() for pip>=22.1.1 (#1624). Thanks @m000
  • v6.6.1 Changes

    May 13, 2022

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix support for pip>=22.1 (#1618). Thanks @wizpig64
  • v6.6.0 Changes

    April 06, 2022

    ๐Ÿ”‹ Features:

    • โž• Add support for pip>=22.1 (#1607). Thanks @atugushev

    ๐Ÿ› Bug Fixes:

    • Ensure pip-compile --dry-run --quiet still shows what would be done, while omitting the dry run message (#1592). Thanks @AndydeCleyre
    • ๐Ÿ›  Fix --generate-hashes when hashes are computed from files (#1540). Thanks @RazerM
  • v6.5.1 Changes

    February 08, 2022

    ๐Ÿ› Bug Fixes:

    • Ensure canonicalized requirement names are used as keys, to prevent unnecessary reinstallations during sync (#1572). Thanks @AndydeCleyre
  • v6.5.0 Changes

    February 04, 2022

    ๐Ÿ”‹ Features:

    • โž• Add support for pip>=22.0, drop support for Python 3.6 (#1567). Thanks @di
    • โœ… Test on Python 3.11 (#1527). Thanks @hugovk

    Other Changes:

    • Minor doc edits (#1445). Thanks @ssiano
  • v6.4.0 Changes

    October 12, 2021

    ๐Ÿ”‹ Features:

    • โž• Add support for pip>=21.3 (#1501). Thanks @atugushev
    • โž• Add support for Python 3.10 (#1497). Thanks @joshuadavidthomas

    Other Changes:

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