Skip to content

Commit b4f9b59

Browse files
committed
chore: whitelist internal packages in uv exclude-newer
apify-client, apify-shared, and apify_fingerprint_datapoints are internal; their releases should install immediately (no 24h wait). Mirrors the @apify/* + @crawlee/* whitelist in pnpm-workspace.yaml on the JS side.
1 parent a140742 commit b4f9b59

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,12 @@ context = 7
276276
# Minimal defense against supply-chain attacks.
277277
exclude-newer = "24 hours"
278278

279+
[tool.uv.exclude-newer-package]
280+
# Allow internal Apify packages to install immediately.
281+
apify-client = false
282+
apify-shared = false
283+
apify_fingerprint_datapoints = false
284+
279285
# Run tasks with: uv run poe <task>
280286
[tool.poe.tasks]
281287
clean = "rm -rf .coverage .pytest_cache .ruff_cache .ty_cache .uv-cache build coverage-unit.xml dist htmlcov website/.docusaurus website/.yarn website/module_shortcuts.json website/node_modules "

0 commit comments

Comments
 (0)