Hacker News new | ask | show | jobs
by collinmanderson 205 days ago
For Python's uv, I think the closest thing to a cooldown is something like:

    uv lock --exclude-newer $(date --iso -d "24 hours ago")
uv is considering a native relative date:

https://github.com/astral-sh/uv/issues/14992