uv
uv copied to clipboard
An extremely fast Python package and project manager, written in Rust.
## Summary Closes #16818.
### 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...
### 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...
### 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...
## 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...
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...
### 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...
### 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...