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