Releases: sbidoul/pip-deepfreeze
Releases · sbidoul/pip-deepfreeze
v2.5
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
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.2
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
v1.8.0
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