uv
uv copied to clipboard
An extremely fast Python package and project manager, written in Rust.
See: https://blog.rust-lang.org/2025/05/15/Rust-1.87.0/
We support this now by setting an impossible marker, e.g., `override-dependencies = ["package; sys_platform = "never"]` (https://docs.astral.sh/uv/reference/settings/#override-dependencies). We should add a dedicated option, e.g., `excluded-dependencies = ["package"]`. Unlike `--no-install-package`, this...
## Summary There's some inconsistent behaviour in handling symlinks when `cache-key` is a glob or a file path. This PR attempts to address that. - When cache-key is a path,...
### Question ```➜ Desktop uvx python Python 3.12.8 (main, Dec 19 2024, 14:22:58) [Clang 18.1.8 ] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import pandas...
### Summary Probably a very niche scenario but thought I should let folks know this issue exists. ## Reproduction * Install uv in WSL and pyenv-win in Windows. * `uv...
## Summary Simplify the Docker image build process to leverage Depot container builders for faster layer caching and native multi-platform image builds. The combo of the two removes the need...
### Summary create a new project ``` uv init demo ``` install flask with default ``` cd demo uv add flask ``` uv.lock like as  it used default PyPI,...
### Summary Hi, In the last week we encountered an issue with a not-actively-maintained package that we have a dependency on. [Here](https://github.com/escherba/python-metrohash/issues/29) are the details if you're interested. We became...
### Summary `uv venv` supports the `--system-site-packages` flag, but AFAICT there is no setting in the config file that can apply this by default to new venvs. It would be...