astral-sh
uv
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Update settings snapshots
athaapa:no-editable-config
6 hours ago
Support no-editable in uv config
athaapa:no-editable-config
7 hours ago
fix: show lock mismatch error with --quiet/--check `uv lock --check --quiet` and `uv sync --locked --quiet` silently swallowed the lock-mismatch error, returning exit code 1 with no output. Use `stderr_important()` so the diagnostic prints regardless of verbosity level. Adds regression tests for both code paths. Fixes #19326
kimjune01:fix/quiet-lock-mismatch-error
9 hours ago
Remove colors related descriptions
makhlwf:main
10 hours ago
Avoid build dependency locking during audit Keep audit focused on runtime dependency locks even when --preview enables all preview features, so audit does not resolve build-only requirements from constrained test or project indexes. Co-authored-by: Codex <noreply@openai.com>
zaniebot:claude/lock-build-dependencies-7KQVH
11 hours ago
Lock static sdist build requirements Record static build requirements for source archives when build dependency locking is enabled, and treat revision-4 locks with known but missing build dependencies as needing a relock. Co-authored-by: Codex <noreply@openai.com>
zaniebot:claude/lock-build-dependencies-7KQVH
11 hours ago
Ignore `top_level.txt` entries in uninstall that are not valid Python identifiers (#19340) ## Summary In eggs, `top_level.txt` contains top-level import names, not paths. setuptools documents the file as [one Python identifier per line](https://setuptools.pypa.io/en/stable/deprecated/python_eggs.html#top-level-txt-conflict-management-metadata). This PR updates the egg uninstall process to reject `top_level.txt` entries that are not valid Python identifiers (before joining them against site-packages for deletion). That prevents malformed entries like `../../target` or absolute paths from deleting files outside the package’s valid top-level modules.
main
12 hours ago
Accept arbitrary, but reject paths
charlie/egg-info
12 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Add support for setting `no-editable` in `pyproject.toml`
#19373
7 hours ago
e0e4035
athaapa:no-editable-config
CodSpeed Performance Gauge
0%
fix: show lock mismatch error with --quiet/--check
#19371
3 days ago
99315b9
kimjune01:fix/quiet-lock-mismatch-error
CodSpeed Performance Gauge
-1%
added more detailed alternative description of the bar chart in the readme
#19316
10 hours ago
a812755
makhlwf:main
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs