Skip to content

6.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Nov 08:12
dd45474

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