Avatar for the astral-sh user
astral-sh
uv
BlogDocsChangelog

Performance History

Latest Results

Add `--no-editable` support to `uv pip install` (#19306) Similar to the behavior of `uv sync --no-editable`
main
1 hour ago
Align pip install editable handling
zsol/codex/add-noeditable-to-uv-pip
1 hour ago
Respect --no-dev over UV_DEV=1
charlie/flags
10 hours ago
Include data files in editable builds
charlie/editable-data
10 hours ago
Include data files in editable builds
charlie/editable-data
10 hours ago
fix(lock): warning suggests non-existent --no-frozen flag (#19290) (#19294) ## Summary When `uv lock` is invoked with `UV_FROZEN=1` (env) or `frozen` set via workspace configuration, the post-success warning suggested using `--no-frozen`, which does not exist as a CLI flag. Following that hint produces: ``` $ UV_FROZEN=1 uv lock --no-frozen error: unexpected argument '--no-frozen' found tip: a similar argument exists: '--frozen' ``` Drop the bad suggestion and recommend `--check` only, matching the sibling warning emitted when `--frozen` is passed on the CLI (introduced in #17859). ## Old vs new warning Before: ``` warning: The lockfile at `uv.lock` was only checked for validity, not whether it is up-to-date, because `UV_FROZEN=1` was provided; use `--no-frozen` or `--check` instead ``` After: ``` warning: The lockfile at `uv.lock` was only checked for validity, not whether it is up-to-date, because `UV_FROZEN=1` was provided; use `--check` instead ``` `--check` is defined on `LockArgs` in `crates/uv-cli/src/lib.rs` (the public, non-hidden flag for "check if the lockfile is up-to-date") and works regardless of whether `frozen` was set via env, configuration, or the CLI. ## Changes - `crates/uv/src/commands/project/lock.rs`: drop `--no-frozen` from the env/configuration warning text. - `crates/uv/tests/it/lock.rs`: update the `lock_frozen_warning` snapshot to match. ## Test plan - [x] `cargo build -p uv` - [x] `cargo fmt --check` - [x] `cargo clippy -p uv --all-targets -- -D warnings` - [x] `cargo test -p uv --test it lock::lock_frozen_warning` Closes #19290
main
10 hours ago
Fix clippy
zsol/codex/add-noeditable-to-uv-pip
16 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
Add `--no-editable` support to `uv pip install`#19306
1 hour ago
cb4bd5f
zsol/codex/add-noeditable-to-uv-pip
CodSpeed Performance Gauge
+1%
Respect `--no-dev` over `UV_DEV=1`#19313
10 hours ago
e9c6ef6
charlie/flags
CodSpeed Performance Gauge
-1%
10 hours ago
014fe2c
charlie/editable-data
© 2026 CodSpeed Technology
Home Terms Privacy Docs