Reported in a code review for a project using the new setting:
uv.toml adds exclude-newer = "3 days". Be aware that uv sync /
uv lock on a fresh clone after a few days of inactivity will refuse
to pick up newer releases without --exclude-newer-package overrides
or removing the setting. The new mise.toml [tasks.upgrade-deps]
helps but doesn't bypass the gate.
Reported in a code review for a project using the new setting:
uv.tomladdsexclude-newer = "3 days". Be aware thatuv sync/uv lockon a fresh clone after a few days of inactivity will refuseto pick up newer releases without
--exclude-newer-packageoverridesor removing the setting. The new
mise.toml[tasks.upgrade-deps]helps but doesn't bypass the gate.