uv
uv copied to clipboard
An extremely fast Python package and project manager, written in Rust.
### Summary Hey guys, I'm really surprised to have that bug since it occured a year ago and from the discussion I saw, a fix has been implemented but I...
### Summary When installing some on our dependencies by URL, we need to set {{UV_GIT_LFS=1 uv run...}}. Would it be possible to have this option definied somewhere arround the URL,...
See the comments in https://github.com/astral-sh/uv/issues/7434#issuecomment-2615798114.
## Summary (Related PR: #13438 - would be nice to have it merged as well since it touches on the same globwalker code) There's a few issues with `cache-key` globs,...
### Summary Example: ```pyproject.toml [project] name = "example" version = "0.1.0" requires-python = ">=3.10" dependencies = [ "torch", ] [dependency-groups] torch1 = ["torch=2"] [tool.uv] conflicts = [[{ "group" = "torch1"...
Closes https://github.com/astral-sh/uv/issues/13471 Refactors the logic there a bit too.
### Summary After installing an x86 (32-bit) version of Python using `uv python install` there is no obvious way to find the path to this Python version.`uv python find` reports...
### Summary I came across an issue when trying to use VS Code internal terminal, which starts up in the project directory, when using uv to automate some of my...
### Question Why not just libname/src? If this has already been asked, then consider this a feature request to explain this in the documentation here: https://docs.astral.sh/uv/concepts/projects/workspaces/#workspace-layouts ### Platform _No response_...