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

Performance History

Latest Results

fix(#12986): CLI docs papercut for `--verbose` Fixes #12986 Ref: https://github.com/astral-sh/uv/issues/12986
toby-bridges:fix/issue-12986-cli-docs-papercut-for-verbose
3 hours ago
Update Rust crate uuid to v1.23.1
renovate/uuid-1.x-lockfile
4 hours ago
Remove duplicate winnow dependency
charlie/codex-one-winnow
5 hours ago
Update Rust crate rustls to v0.23.40
renovate/rustls-0.x-lockfile
5 hours ago
Add TOML v1.1 -> v1.0 backwards compatibility for source distributions (#18741) [TOML 1.1](https://github.com/toml-lang/toml/releases/tag/1.1.0) introduces support for new syntax that older tools with only TOML 1.0 support don't understand. Usually, the user is either in control of which tools need to read the TOML files or the TOML gets converted before publishing (for wheels: `pyproject.toml` -> `METADATA`). The specific case where this doesn't work is when a package manager that only support TOML 1.0 tries to build the source distribution of a dependency. Build tools need to parse `pyproject.toml` in source distributions to extract the `[build-system]` table, and if any other part of the file contains TOML 1.1 syntax, they fail to build. This generally doesn't trigger backtracking, so the user is left with a failure when any (transitive) dependency in their dependency tree has started using a single instance of TOML 1.1. Most package managers, including pip, are implemented in Python and use stdlib's tomllib, which only support TOML 1.0 up to including Python 3.14. To work around this, we do a best-effort rewrite of `pyproject.toml` to TOML 1.0 during source distribution builds. This approach is inspired by Cargo, which has been successfully rewriting published `Cargo.toml`s for many versions. While the `toml` crate doesn't guarantee this downgrade always works (https://github.com/toml-rs/toml/issues/1088), this crate is also used by Cargo, and this best effort rewrite handles the biggest failure case: Newlines and trailing commas in inline tables. Similarly following Cargo, we also add a `pyproject.toml.orig` to the source distribution. https://discuss.python.org/t/adopting-toml-1-1/105624 was inconclusive, but a best-in-class tool should do this transformation. --------- Co-authored-by: Tomasz (Tom) Kramkowski <tom@astral.sh>
main
5 hours ago
Update Rust crate rustls-pki-types to v1.14.1
renovate/rustls-pki-types-1.x-lockfile
5 hours ago

Latest Branches

CodSpeed Performance Gauge
-1%
fix(#12986): CLI docs papercut for `--verbose`#19456
3 hours ago
5b382eb
toby-bridges:fix/issue-12986-cli-docs-papercut-for-verbose
CodSpeed Performance Gauge
-1%
Update Rust crate uuid to v1.23.1#19170
5 hours ago
ef88df8
renovate/uuid-1.x-lockfile
CodSpeed Performance Gauge
-3%
5 hours ago
b745206
charlie/codex-one-winnow
© 2026 CodSpeed Technology
Home Terms Privacy Docs