← Back to context Comment by mark_l_watson 2 days ago Good points. Perhaps there is a way to configure uv to only use a new version if it is 24 hours old? 2 comments mark_l_watson Reply arwt 2 days ago You can. See: https://docs.astral.sh/uv/reference/cli/#uv-run--exclude-new...How you use it depends on your workflow. An entry like this in your pyproject.toml could suffice: [tool.uv] exclude-newer = "5 days" mark_l_watson 1 day ago thank you!
arwt 2 days ago You can. See: https://docs.astral.sh/uv/reference/cli/#uv-run--exclude-new...How you use it depends on your workflow. An entry like this in your pyproject.toml could suffice: [tool.uv] exclude-newer = "5 days" mark_l_watson 1 day ago thank you!
You can. See: https://docs.astral.sh/uv/reference/cli/#uv-run--exclude-new...
How you use it depends on your workflow. An entry like this in your pyproject.toml could suffice:
thank you!