News

uv consistently ignores .python-version for project. It should respect the project pinned version rather than the global version. uv init --library --python 3.10 uvtest Initialized project `uvtest` at ...
If a project specifies a dependency without any version bounds, the python version doesn't seem to be checked and an invalid version is selected. If a bound (that ...