pip-tools v6.9.0 Release Notes

Release Date: 2022-10-05 // over 1 year ago
  • ๐Ÿ”‹ 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