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've just ran into a situation where `uvx juju-doctor --help` fails, but `checkout; uv sync; juju-doctor --help` works, because (I'm taking some guesses here): - `uv sync` uses...

enhancement

By default, uv uses only a lower bound in `uv add`, which avoids dependency conflicts due to upper bounds. With this PR, this cna be changed by setting a different...

enhancement
great writeup

### Summary [Chainguard Python Image](https://images.chainguard.dev/directory/image/python) Chainguard creates images with 0 vulnerabilities and they're also very light. Can we have an uv docker image based on a chainguard's image? ### Example...

enhancement
releases

### Summary @zanieb @charliermarsh This is similar to Issue #1491. I am using an enterprise package as described below under the corporate firewall so have to install it from local...

needs-mre

### Summary I am looking for options to archive my dependencies' distributions, primarily for bundling reproducible scientific workflows for archival and distribution. I see some discussion about functionality like `venv-pack`...

enhancement

### Summary I think it would be awesome if uv remembered the last venv it created (as an environment variable, or in a dot file, it matters not, because the...

enhancement

### Summary Hope this is not a duplicate, sorry if that is the case. **Description** When running uv sync in GitLab CI, we hit a case where a source build...

question

### Summary Hello, I just had a really weird bug where `uv` failed to install a package because of a wheel whose metadata didn't have a name: ```bash $ uv...

bug

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aws-actions/configure-aws-credentials](https://redirect.github.com/aws-actions/configure-aws-credentials) | action | minor | `v5.0.0` -> `v5.1.1` | --- ### Release...

internal

## Summary Resolves : #16783 That message is only visible if uv found no managed Python installations. If you had Python installed (even if it was fully up-to-date), requests would...

error messages