pip-tools v6.10.0 Release Notes
Release Date: 2022-11-13 // over 2 years ago-
๐ 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 topip-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:
- ๐ Deprecate
Previous changes from v6.9.0
-
๐ Features:
- โ Add
--all-extras
flag topip-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
- โ Add