Skip to content

Commit c98a45b

Browse files
chore: enforce 2 day min age for third party packages (#859)
1 parent c4450d8 commit c98a45b

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,18 @@ exclude_lines = [
152152
"@(abc\\.)?abstractmethod",
153153
]
154154

155+
[tool.uv]
156+
exclude-newer = "2 days"
157+
158+
[tool.uv.exclude-newer-package]
159+
uipath = false
160+
uipath-core = false
161+
uipath-platform = false
162+
uipath-runtime = false
163+
uipath-langchain-client = false
164+
uipath-llm-client = false
165+
jsonschema-pydantic-converter = false
166+
155167
[[tool.uv.index]]
156168
name = "testpypi"
157169
url = "https://test.pypi.org/simple/"

uv.lock

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