Skip to content

Commit 3636bf1

Browse files
CopilotAmund211
authored andcommitted
chore: Add dependency cooldown to uv
Support for relative dates in `exclude-newer` was recently added. Ref: astral-sh/uv#16814
1 parent d15ec14 commit 3636bf1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ dev = [
5252
]
5353

5454
[tool.uv]
55+
exclude-newer = "1 week"
5556
# Require that the installed packages support both intel and apple silicon on macos.
5657
# NOTE: We actually want to enforce downloading universal2 wheels on macos when not
5758
# using an sdist so that pyinstaller can correctly create a universal2 binary.

0 commit comments

Comments
 (0)