logoalt Hacker News

collinmandersonyesterday at 6:54 PM0 repliesview on HN

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