uv icon indicating copy to clipboard operation
uv copied to clipboard

I expected `--resolution=lowest` to imply `--reinstall` for an existing package

Open adamtheturtle opened this issue 4 months ago • 2 comments

I ran:

uv pip install ruff # installs the latest version
> uv pip install --resolution=lowest ruff
Audited 1 package in 0ms

I expected that this would install the lowest version of ruff. I think that either changing the behaviour, or documenting this is suitable.

adamtheturtle avatar Feb 18 '24 14:02 adamtheturtle