Don't open lock files for writing by EliteTK · Pull Request #17956 · astral-sh/uv (original) (raw)
Co-authored-by: Dan Watson dcwatson@gmail.com
added enhancement
New feature or improvement to existing functionality
Enable macOS tests for a pull request
labels
EliteTK deleted the tk/open-lock-no-write branch
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| uv | patch | 0.10.2 → 0.10.3 |
MR created with the help of el-capitano/tools/renovate-bot.
Proposed changes to behavior should be submitted there as MRs.
Release Notes
astral-sh/uv (uv)
v0.10.3
Released on 2026-02-16.
Python
- Add CPython 3.15.0a6
Enhancements
- Don't open file locks for writing (#17956)
- Make Windows trampoline error messages consistent with uv proper (#17969)
- Log which preview features are enabled (#17968)
Preview features
- Add support for ruff version constraints and
exclude-newerinuv format(#17651) - Fix script path handling when
target-workspace-discoveryis enabled (#17965) - Use version constraints to select the default ruff version used by
uv format(#17977)
Bug fixes
- Avoid matching managed Python versions by prefixes, e.g. don't match CPython 3.10 when
cpython-3.1is specified (#17972) - Fix handling of
--allow-existingwith minor version links on Windows (#17978) - Fix panic when encountering unmanaged workspace members (#17974)
- Improve accuracy of request timing (#18007)
- Reject
u64::MAXin version segments to prevent overflow (#17985)
Documentation
- Reference Debian Trixie instead of Bookworm (#17991)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this MR and you won't be reminded about this update again.
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
EliteTK added a commit that referenced this pull request
This reverts commit 75aadf2 (introduced by #17956).
This fixes #18061.
On NFS flock implicitly falls back to lockf which requires the file
be open for writing when taking an exclusive lock.
zanieb pushed a commit that referenced this pull request
This reverts commit 75aadf2 (introduced by #17956).
This fixes #18061.
On NFS flock implicitly falls back to lockf which requires the file
be open for writing when taking an exclusive lock.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})