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 aVIRTUAL_ENV
environment variable. This is more explicit and hopefully more resilient to changes inuv
's Python detection logic. (#145)
Full Changelog: v2.1...v2.2