Skip to content

6.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 07:15
· 210 commits to refs/heads/main since this release
e14c4cd

Features:

  • Support config defaults using .pip-tools.toml or pyproject.toml (#1863). Thanks @j00bar
  • Log a warning if the user specifies -P and the output file is present but empty (#1822). Thanks @davidmreed
  • Improve warning for pip-compile if no --allow-unsafe was passed (#1867). Thanks @chrysle

Other Changes:

  • Correct in README pre-commit hook to run off requirements.in (#1847). Thanks @atugushev
  • Add pyprojects.toml example for using setuptools (#1851). Thanks @shatakshiiii