astral-sh
uv
Instrumentation
Wall Time
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Return `Cow` from `UrlString::with_` methods
jtfm/with_cows
1 hour ago
Normalize index URLs to remove trailing slash (#14245) This PR updates `IndexUrl` parsing to normalize non-file URLs by removing trailing slashes. It also normalizes registry source URLs when using them to validate the lockfile. Prior to this change, when writing an index URL to the lockfile, uv would use a trailing slash if present in the provided URL and no trailing slash otherwise. This can cause surprising behavior. For example, `uv lock --locked` will fail when a package is added with an `--index` value without a trailing slash and then `uv lock --locked` is run with a `pyproject.toml` version of the index URL that contains a trailing slash. This PR fixes this and adds a test for the scenario. It might be safe to normalize file URLs in the same way, but since slashes have a well-defined meaning in the context of files and directories, I chose not to normalize them here. Closes #13707.
main
2 hours ago
Drop arena
charlie/build
3 hours ago
Respect URL-encoded credentials in redirect location (#14315) uv currently ignores URL-encoded credentials in a redirect location. This PR adds a check for these credentials to the redirect handling logic. If found, they are moved to the Authorization header in the redirect request. Closes #11097
main
3 hours ago
Bump MSRV and `rust-toolchain` version (#14303) ## Summary Per our versioning policy, we stay two versions back (and 1.88 was released today).
main
3 hours ago
Bump MSRV and rust-toolchain version
charlie/msrv
3 hours ago
Handle URL-encoded credentials in redirect location
jtfm/redirect-url-credentials
3 hours ago
Bump MSRV and rust-toolchain version
charlie/msrv
4 hours ago
Active Branches
Return `Cow` from `UrlString::with_` methods
last run
1 hour ago
#14319
CodSpeed Performance Gauge
-2%
Only drop build directories on program exit
last run
3 hours ago
#14304
CodSpeed Performance Gauge
+1%
Add a test for `--force-pep517`
last run
6 hours ago
#14310
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs