Skip to content

Commit 0b024a6

Browse files
author
Hamish Downer
committed
Tweak the uv cooldown
So we don't downgrade uv to a version less than the one that supports the new options! Doing the sync means we also downgrade a few packages
1 parent f805248 commit 0b024a6

File tree

2 files changed

+116
-106
lines changed

2 files changed

+116
-106
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ build-backend = "hatchling.build"
6868
packages = ["src/sortition_algorithms"]
6969

7070
[tool.uv]
71+
# this provides a "cooldown" to avoid supply chain issues - requires uv>=0.9.17
72+
# background: https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns
7173
exclude-newer = "1 week"
74+
exclude-newer-package = { uv = "0 days" }
7275

7376
[tool.mypy]
7477
files = ["src"]

0 commit comments

Comments
 (0)