pip-tools v5.5.0 Release Notes

Release Date: 2020-12-31 // over 3 years ago
  • ๐Ÿ”‹ Features:

    • โž• Add Python 3.9 support (1222). Thanks @jdufresne
    • ๐Ÿ‘Œ Improve formatting of long "via" annotations (1237). Thanks @jdufresne
    • โž• Add --verbose and --quiet options to pip-sync (1241). Thanks @jdufresne
    • โž• Add --no-allow-unsafe option to pip-compile (1265). Thanks @jdufresne

    ๐Ÿ› Bug Fixes:

    • Restore PIP_EXISTS_ACTION environment variable to its previous state when resolve dependencies in pip-compile (1255). Thanks @jdufresne

    Dependencies:

    • โœ‚ Remove six dependency in favor pip's vendored six (1240). Thanks @jdufresne

    ๐Ÿ‘Œ Improved Documentation:

    • โž• Add pip-requirements.el (for Emacs) to useful tools to README (#1244). Thanks @jdufresne
    • โž• Add supported Python versions to README (#1246). Thanks @jdufresne