-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
enhancementNew feature or improvement to existing functionalityNew feature or improvement to existing functionality
Description
Summary
I am not very experienced with uv
yet, but see great benefits with what I have tried.
Benefit of adding functionality to parse natural date into exclude-newer
would be to easily be able to keep uv
from puling very freshly published dependencies in case of yet to be detected malware.
I would really appreciated to be able to state in pyproject.toml something like below, example:
[tool.uv]
exclude-newer = "one week ago"
or
[tool.uv]
exclude-newer = "14 days ago"
I do not know if this is hard to implement and if it is inconsistent with other configurations. E.g. one would not want this filter to apply for an editable package under development.
Would be interesting to hear your thoughts on this or if this is already being discussed.
MartinCura, acdha and dslgr
Metadata
Metadata
Assignees
Labels
enhancementNew feature or improvement to existing functionalityNew feature or improvement to existing functionality