Skip to content

Commit 1215f71

Browse files
authored
Set uv minimum release age in accordance with other libraries (#78)
1 parent 37074de commit 1215f71

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ dev = [
104104
requires = ["uv_build>=0.10,<0.13"]
105105
build-backend = "uv_build"
106106

107+
[tool.uv]
108+
# Cooldown: don't resolve versions published in the last 3 days (supply-chain protection).
109+
# Keep in sync with minimumReleaseAge in renovate.json.
110+
exclude-newer = "3 days"
111+
107112
[tool.uv.build-backend]
108113
module-name = "pydantic_forms"
109114
module-root = ""

uv.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)