Zanie Blue
Zanie Blue
Hey! We're giving https://github.com/astral-sh/uv/issues/9452 a try to help guide people towards common issues and set expectations for interactions in the issue tracker. That issue is locked to avoid distracting commentary,...
Closes https://github.com/astral-sh/uv/issues/9891 There are two changes here 1. We now exclude pre-releases (if they are not allowed) from the available versions set when simplifying ranges, this means the simplified range...
Extends the hints from https://github.com/astral-sh/uv/pull/9948 with `BuildOptions` context so we can explain a bit more.
In a message like ``` ❯ echo "numpy>2" | uv pip compile -p 3.8 - × No solution found when resolving dependencies: ╰─▶ Because the requested Python version (>=3.8.0) does...
It makes more sense to say "cannot be used" rather than "is incompatible" when the term is a single package
Part of https://github.com/astral-sh/uv/issues/9886 Technically could affect other redundant clauses, but that does not appear to be the case in practice.
Closes https://github.com/astral-sh/uv/issues/9958
For example, `uv venv` will happily clear the current virtual environment. This is most notably an issue when `uv` is installed in that environment.
Instead of using a warning, which is pretty aggressive feeling, use a hint.
Adds a minimal `uv-python` binary to our distributions, which uses `uv python find` to determine which Python executable to use then invokes it with all the arguments. Some notes: -...