Skip to content

Commit 89347fd

Browse files
authored
Add 7-day cooldown for dependency resolution via uv exclude-newer (#2936)
1 parent 767315b commit 89347fd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ docs = [
8282

8383
[tool.uv]
8484
default-groups = ["dev", "docs"]
85-
required-version = ">=0.8.6"
85+
required-version = ">=0.9.17"
86+
exclude-newer = "7 days"
8687

8788
[project.scripts]
8889
uvicorn = "uvicorn.main:main"

0 commit comments

Comments
 (0)