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

Branches performance

Pull requests

POC: Add support for locking build dependencies#17854
last run
1 hour ago
Lock build dependencies with full distribution info Capture and persist build dependency resolutions in the lock file with complete distribution information (URLs, hashes, wheel metadata). This enables deterministic builds across lock and sync operations. During `uv lock`: - Build dependencies are resolved and captured with full dist info - Previously locked versions are used as preferences (hints) for the resolver, matching normal dependency preference behavior - Results stored as [[package]] entries in the lock file During `uv sync`: - Build dependencies are loaded directly from the lock file - Resolution is skipped entirely, using pre-built Resolution objects - Matches the pattern used for regular dependencies Key changes: - Add `build-dependencies` field to lock file packages - Add `BuildResolutions` to capture resolutions during lock - Add `LockedBuildResolutions` for skip-resolution during sync - Add `BuildPreferences` for preference hints during re-lock - Add `Lock::build_resolution()` to construct Resolution from lock - Add `Preference::from_build()` for build dependency preferences https://claude.ai/code/session_0124yg6yBrMEEaeiT3t1hAfH
18 hours ago
4238d87
zaniebot:claude/lock-build-dependencies-7KQVH
CodSpeed Performance Gauge
0%
Sync latest Python releases
12 hours ago
09034a4
sync-python-releases
CodSpeed Performance Gauge
0%
Panic on uninitialized preview access instead of using default Using `get_or_init` with a default would silently return disabled preview if accessed before initialization, making bugs harder to diagnose. Using `expect` ensures a clear panic with backtrace pointing to the problematic call site. https://claude.ai/code/session_01Gzak8YGk9kpH3Uy9HWypS5
2 hours ago
224baba
zaniebot:claude/global-preview-variable-MedRa
CodSpeed Performance Gauge
+2%
Deny `PythonMinorVersionLink::from_executable` targets outside of the managed install directories#17842
last run
19 hours ago
Deny `PythonMinorVersionLink::from_executable` targets outside of the managed install directories
20 hours ago
28b2ed2
zb/from-executable
CodSpeed Performance Gauge
-1%
© 2026 CodSpeed Technology
Home Terms Privacy Docs