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

Branches performance

Pull requests

fix: use `remove_virtualenv` in `InstalledTools::create_environment`#18279
last run
1 hour ago
fix: use `remove_virtualenv` in `InstalledTools::create_environment` Replace direct `fs_err::remove_dir_all` call with the `remove_virtualenv` helper when removing an existing tool environment. This ensures safe removal behavior, including deferred `pyvenv.cfg` deletion and proper handling of Windows self-deletion and Docker-mounted filesystems. Closes #14985. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 hour ago
58dde86
Beltranss:fix/use-remove-virtualenv
CodSpeed Performance Gauge
-1%
Bump version to 0.10.8#18277
last run
3 hours ago
Bump version to 0.10.8
3 hours ago
0065349
zb/0108
CodSpeed Performance Gauge
0%
Detect musl containers and build cargo-auditable statically
2 hours ago
8f3e2b1
zb/cargo-auditable
CodSpeed Performance Gauge
+1%
Add `uv clean --background` for async cache deletion This adds a `--background` flag to `uv cache clean` that moves the cache to a temporary directory and spawns a daemon process to handle deletion. The main process exits immediately while deletion continues in the background, significantly reducing perceived latency for large caches. Implementation details: - When `--background` is used, the cache is atomically renamed to a temporary directory in the same parent folder (ensuring same filesystem) - A detached daemon process is spawned to delete the temp directory - On Unix, uses `setsid` to create a new session and detach from terminal - On Windows, uses `DETACHED_PROCESS` and `CREATE_NO_WINDOW` flags - The `--background` flag is only supported for full cache clearing (not for removing specific packages)
2 months ago
96e17c7
claude/uv-clean-background-daemon-CjDfM
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs