Skip to content

Commit 6d4b860

Browse files
committed
chore: whitelist internal packages in uv exclude-newer
1 parent e59fcb2 commit 6d4b860

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
@@ -235,6 +235,12 @@ keep_model_order = true
235235
# Minimal defense against supply-chain atatcks.
236236
exclude-newer = "24 hours"
237237

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

0 commit comments

Comments
 (0)