Skip to content

Commit 7901128

Browse files
chore: enforce 2 days min age for third parties (#1654)
1 parent 91049df commit 7901128

6 files changed

Lines changed: 37 additions & 0 deletions

File tree

packages/uipath-core/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ exclude_lines = [
120120
"@(abc\\.)?abstractmethod",
121121
]
122122

123+
[tool.uv]
124+
exclude-newer = "2 days"
125+
123126
[[tool.uv.index]]
124127
name = "testpypi"
125128
url = "https://test.pypi.org/simple/"

packages/uipath-core/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.

packages/uipath-platform/pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ exclude_lines = [
126126
"@(abc\\.)?abstractmethod",
127127
]
128128

129+
[tool.uv]
130+
exclude-newer = "2 days"
131+
132+
[tool.uv.exclude-newer-package]
133+
uipath-core = false
134+
129135
[tool.uv.sources]
130136
uipath-core = { path = "../uipath-core", editable = true }
131137

packages/uipath-platform/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.

packages/uipath/pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,14 @@ exclude_lines = [
162162
"@(abc\\.)?abstractmethod",
163163
]
164164

165+
[tool.uv]
166+
exclude-newer = "2 days"
167+
168+
[tool.uv.exclude-newer-package]
169+
uipath-core = false
170+
uipath-runtime = false
171+
uipath-platform = false
172+
165173
[tool.uv.sources]
166174
uipath-core = { path = "../uipath-core", editable = true }
167175
uipath-platform = { path = "../uipath-platform", editable = true }

packages/uipath/uv.lock

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