astral-sh
uv
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Reduce site-packages scan allocation overhead
KRRT7:site-packages-scan-vec-sort
5 hours ago
Skip the ambiguous authority check for file transport VCS URLs (#20086)
main
7 hours ago
Skip the ambiguous authority check for file transport VCS URLs `DisplaySafeUrl::parse` rejects URLs where a `:` is followed by an `@` outside the scheme, to catch unencoded credentials like `https://user/name:password@host`. It already exempts `file://` URLs, since on Windows those legitimately pair a drive letter `:` with an `@`. VCS URLs over a file transport were not exempted, so a serialized dependency such as `git+file:///C:/path/repo.git@<rev>` tripped the check, and the caller in `parsed_url.rs` unwraps the result with `expect`, so the whole resolver panicked. A file transport never carries network credentials, so extend the exemption to any scheme ending in `+file`. Fixes #19887.
hexbinoct:fix/git-file-url-ambiguous-authority
8 hours ago
Suppress excluded-package footer without annotations
zupengwang:suppress-excluded-package-footer-annotation
14 hours ago
Use a priority-aware download limiter
charlie/priority-aware-download-limiter
18 hours ago
Reserve download capacity for active metadata requests
charlie/codex-conflict-generalization
21 hours ago
Update PubGrub SHA
charlie/codex-proof-aware-phase-saving
22 hours ago
Avoid redundant range conflict check
charlie/codex-proof-aware-phase-saving
23 hours ago
Latest Branches
CodSpeed Performance Gauge
+1%
Reduce site-packages scan allocation overhead
#20087
5 hours ago
a13421e
KRRT7:site-packages-scan-vec-sort
CodSpeed Performance Gauge
0%
Skip the ambiguous authority check for file transport VCS URLs
#20086
8 hours ago
391054d
hexbinoct:fix/git-file-url-ambiguous-authority
CodSpeed Performance Gauge
0%
Suppress excluded-package footer with --no-annotate
#20085
14 hours ago
4426567
zupengwang:suppress-excluded-package-footer-annotation
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs