There was an error while loading. Please reload this page.
1 parent 60b6315 commit fe26273Copy full SHA for fe26273
1 file changed
pyproject.toml
@@ -234,6 +234,12 @@ disable_timestamp = true
234
# Minimal defense against supply-chain atatcks.
235
exclude-newer = "24 hours"
236
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
+
243
# Run tasks with: uv run poe <task>
244
[tool.poe.tasks]
245
clean = "rm -rf .coverage .pytest_cache .ruff_cache .ty_cache build dist htmlcov"
0 commit comments