uv icon indicating copy to clipboard operation
uv copied to clipboard

An extremely fast Python package and project manager, written in Rust.

Results 1851 uv issues
Sort by recently updated
recently updated
newest added

### Summary I have uv installed via Homebrew. When I run `uf self update` the output currently is: `error: uv was installed through an external package manager, and self-update is...

enhancement
help wanted

### Summary my project uses maturin as the build backend, and when uv installs the project with `uv sync`, maturin does not build it in debug mode. for that, i...

enhancement

Maintenance update.

internal

### Summary After #7281 the behavior around running \_\_main__.py is not quite right. Namely it does not import the code as a package, so things like module-relative imports do not...

bug

## Summary Resolves #16306 - Default non‑editable for workspace deps in tool installs - Tools no longer get editable .pth links to workspace members; installs are self‑contained. - Passing --editable...

enhancement
breaking

It’d be great to sign our Windows releases so we stop getting reported by antivirus software. We haven’t done much investigation yet, but requiring a physical key on release would...

windows
releases

### Question Hello uv developers, thank you so much for your all efforts to develop uv! I want to suggest one small suggestion for the documentation. At first, I didn't...

documentation

### Summary The issue is affecting me in GitHub action, but it is reproducible locally as well. So, for a [project](https://github.com/greatvovan/ios-backup-browser) with ``` [project] ... dynamic = ["version"] [build-system] requires...

bug