uv
uv copied to clipboard
An extremely fast Python package and project manager, written in Rust.
To help with cases such as https://github.com/astral-sh/uv/issues/15655. A question is when to show this warning. I've used sources as a proxy as URL dependencies with enabled sources are likely those...
### Summary I am trying to create a new venv with a remote machine with SLURM. Here is how I configure the paths so it will use the correct paths...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [peter-evans/create-pull-request](https://redirect.github.com/peter-evans/create-pull-request) | action | patch | `v7.0.8` -> `v7.0.9` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | actions/checkout | action | digest | `11bd719` -> `c2d88d3` | --- ### Configuration...
## Summary The idea here is to _always_ compute at least a SHA256 hash for all wheels, then store unzipped wheels in a content-address location in the archive directory. This...
### Summary Running uv from inside a Codex sandbox, both as a VS Code extension and as the CLI tool, causes a "Permission denied" error on my Ubuntu system: ```...
Sometimes? E.g.: ``` ❯ uv add ~/Downloads/triton-3.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl --no-sync Using CPython 3.14.0 Resolved 3 packages in 1.14s ``` Then: ``` version = 1 revision = 3 requires-python = ">=3.14" [[package]] name...
## Summary Fixes handling of remote constraint files in requirements.txt. uv would fail with "Network connectivity is disabled" when trying to recompile a requirements.txt that contains a remote `--constraint` directive....
### Summary - uv: uv 0.9.8 (85c5d3228 2025-11-07) - OS: Windows 10 Home; Version 22H2; OS Build 19045.6456; x64 - Installation method: as detailed in https://docs.astral.sh/uv/getting-started/installation/#standalone-installer (standalone installer via PowerShell...
Experienced developer here, but I'm a `python` & `uv` noob. I suspect that it's current feature set supports monorepos, I'm just not clear how, and there is surprisingly little information...