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 Migrate the usage of the `sys_info` crate to the `sysinfo` crate throughout the project. Key changes: - Replace `sys_info::os_type()` with `std::env::consts::OS` (standardized to lowercase) or `sysinfo` equivalents for...

There are cases where users may want to exclude a single package, but end up having to [write it to a file](https://x.com/vllm_project/status/1988832111659479440) in order to do so, which I find...

enhancement

### Summary Unable to install uv using `apt` and unable to receive updates to uv using `apt` ### Example Please release uv as an `apt` package to make it available...

### Summary Hi, Within a corporate environment, when running `uv sync` or `uv add`, I often get an `Access is denied. (OS error 5)` when it is trying to delete...

bug
windows
needs-mre

### Question I am just trying to see how the `uv self update` works, yet it is failing with below error. ``` (UV) [root@testmachine UV]# uv self update info: Checking...

question

### Summary When using `uv sync` in docker with uv >= 0.99 the with a private repo the following error occurs in some cases: ``` uv sync --no-dev --frozen --no-install-project...

bug

## Summary Provide `uv upgrade` to upgrade dependency constraints in pyproject.toml without changing/syncing uv.lock. Closes #6794 ## Test Plan - Lots of manual testing 😅 - Unit tests ## Features...

### Summary When I preinstall a package using uv pip install, the cache seems to be populated but `uv sync` does not use it. Here's a Dockerfile: ``` FROM ubuntu:24.04...

bug

## Summary Follow up to https://github.com/astral-sh/uv/pull/15563 Closes https://github.com/astral-sh/uv/issues/13485 This is a first-pass at adding support for conditional support for Git LFS between git sources, initial feedback welcome. e.g. ``` [tool.uv.sources]...

enhancement
test:macos