Skip to content

Commit aac68e1

Browse files
chore: enforce 2-day minimum age for non-uipath packages (#113)
Add tool.uv.exclude-newer = "2 days" with uipath-core opted out via exclude-newer-package, so internal uipath releases aren't gated by the ecosystem-age window.
1 parent 9255979 commit aac68e1

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ exclude_lines = [
116116
"@(abc\\.)?abstractmethod",
117117
]
118118

119+
[tool.uv]
120+
exclude-newer = "2 days"
121+
122+
[tool.uv.exclude-newer-package]
123+
uipath-core = false
124+
119125
[[tool.uv.index]]
120126
name = "testpypi"
121127
url = "https://test.pypi.org/simple/"

uv.lock

Lines changed: 7 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)