Skip to content

Commit fe26273

Browse files
committed
chore: whitelist internal packages in uv exclude-newer
1 parent 60b6315 commit fe26273

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,12 @@ disable_timestamp = true
234234
# Minimal defense against supply-chain atatcks.
235235
exclude-newer = "24 hours"
236236

237+
[tool.uv.exclude-newer-package]
238+
# Allow internal Apify packages to install immediately.
239+
apify-client = false
240+
apify-shared = false
241+
apify_fingerprint_datapoints = false
242+
237243
# Run tasks with: uv run poe <task>
238244
[tool.poe.tasks]
239245
clean = "rm -rf .coverage .pytest_cache .ruff_cache .ty_cache build dist htmlcov"

0 commit comments

Comments
 (0)