pip-tools v1.6 Release Notes

Release Date: 2016-02-05 // about 8 years ago
  • Major change:

    • ๐Ÿ“ฆ pip-compile will by default try to fulfill package specs by looking at a previously compiled output file first, before checking PyPI. This means pip-compile will only update the requirements.txt when it absolutely has to. To get the old behaviour (picking the latest version of all packages from PyPI), use the new --upgrade option.

    Minor changes:

    • ๐Ÿ›  Bugfix where pip-compile would lose "via" info when on pip 8 (see #313)
    • ๐Ÿ‘€ Ensure cache dir exists (see #315)