Skip to content

Releases: sbidoul/pip-deepfreeze

v3.2

25 Oct 17:32

Choose a tag to compare

What's Changed

Full Changelog: v3.1...v3.2

v3.1

12 Oct 09:58

Choose a tag to compare

New feature

Removals (venv with python 2.7 and 3.6 to 3.9 are still supported)

Full Changelog: v3.0...v3.1

v3.0

30 Nov 12:11

Choose a tag to compare

What's Changed

Full Changelog: v2.5...v3.0

v2.5

17 Aug 10:43

Choose a tag to compare

What's Changed

  • Also pass --no-input to pip when it is installed in the target venv. (#158)
  • Ensure we don't use setuptools>=71 (#159)
  • Force refresh of project metadata when using uv (#160)

Full Changelog: v2.4...v2.5

v2.4

05 Jul 21:58

Choose a tag to compare

What's Changed

  • Refactor installer selection, and use uv pip uninstall, uv pip freeze by @sbidoul in #156

Full Changelog: v2.3...v2.4

v2.3

02 Jul 16:27

Choose a tag to compare

What's Changed

Full Changelog: v2.2...v2.3

v2.2

10 Mar 18:43

Choose a tag to compare

Features

  • Pass --no-input to pip commands, to avoid silently blocking on user input. (#131)
  • Use uv's --python option to select the interpreter, instead of passing it as a VIRTUAL_ENV environment variable. This is more explicit and hopefully more resilient to changes in uv's Python detection logic. (#145)

Full Changelog: v2.1...v2.2

v2.1

01 Mar 10:29

Choose a tag to compare

What's Changed

Full Changelog: v2.0...v2.1

v2.0

25 Feb 15:19

Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v2.0

v1.8.0

23 Feb 15:19

Choose a tag to compare

What's Changed

  • Pass installer option via CLI instead of requirements file by @sbidoul in #138
  • Read constraints from constraints.txt and fallback to requirements.txt.in by @sbidoul in #82
  • Fix coverage reporting by @sbidoul in #139

Full Changelog: v1.7.0...v1.8.0