astral-sh
uv
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Use mimalloc v3 Updated mimalloc dependency version for Windows target.
chirizxc:patch-1
4 hours ago
fix: Allow whitespace before the version for LenientRequirement star-operator patches (#21012) Closes #21011 ## Summary LenientRequirements handles old or somewhat non-conformant METADATA fields. One of the existing rules converts `Requires-Python: >=3.5.*` to `Requires-Python: >=3.5`. However, that does not allow a space, so `Requires-Python: >= 3.5.*` has the field rejected. I found through analysis that this occurs in 178 unique metadata files on pypi (the number of wheels may be greater if they share the same checksum). ## Test Plan Unit test passes, both for the Requirements as well as the Version specifiers
main
4 hours ago
fix: Allow whitespace before the version for LenientRequirement star-operator patches This patches up Requires-Python: >= 3.5.* to be Requires-Python: >=3.5 by extending the existing patchup code to allow zero-or-more whitespace between the comparator operator and the start of the numeric versions
intentionally-left-nil:fix/lenient-python-version-whitespace-star-operator
15 hours ago
Update taiki-e/install-action action to v2.85.6 (#20904)
main
19 hours ago
Added `--active` flag for `uv lock` command. This now provides a bypass for auto-discovering the virtual environment in cases where the `.venv` folder / file is not valid. Note, original behavior is maintained by defaulting to `no_active` (like other commands).
tylerh111:21009-add-active-flag-for-uv-lock
20 hours ago
Update taiki-e/install-action action to v2.85.6
renovate/taiki-e-install-action-2.x
1 day ago
Preserve inline comments when updating dependencies (#21008) ## Summary We now preserve inline comments attached to the final dependency in a TOML array when `uv add` updates an existing requirement and the entry does not end in a comma. Without a trailing comma, `toml_edit` stores the inline comment in the final item's suffix. Our array formatter previously treated that suffix as a prefix, moving the comment onto the preceding dependency. Move the suffix into the array's trailing decoration before adding the comma so the comment remains attached to the updated dependency. For example, given: ```toml typing = [ "pandas-stubs>=2.0.2", "narwhals>=1.42.0" # narwhals are toothed whales ] ``` Updating `narwhals` now produces: ```toml typing = [ "pandas-stubs>=2.0.2", "narwhals>=1.42", # narwhals are toothed whales ] ``` The regression is covered by an optional-dependency integration test; all 11 related integration tests and 18 `pyproject_mut` tests pass, along with formatting and Clippy. Closes https://github.com/astral-sh/uv/issues/21006.
main
1 day ago
Preserve inline comments when updating dependencies
charlie/fix-uv-add-inline-comments
1 day ago
Latest Branches
CodSpeed Performance Gauge
0%
Use mimalloc v3
#21014
4 hours ago
4db87db
chirizxc:patch-1
CodSpeed Performance Gauge
0%
fix: Allow whitespace before the version for LenientRequirement star-operator patches
#21012
15 hours ago
6b784a8
intentionally-left-nil:fix/lenient-python-version-whitespace-star-operator
CodSpeed Performance Gauge
0%
Added `--active` flag for `uv lock` command
#21010
21 hours ago
9c5c503
tylerh111:21009-add-active-flag-for-uv-lock
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs