We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da4679 commit 5f29b34Copy full SHA for 5f29b34
1 file changed
pyproject.toml
@@ -235,6 +235,12 @@ keep_model_order = true
235
# Minimal defense against supply-chain atatcks.
236
exclude-newer = "24 hours"
237
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
+
244
# Run tasks with: uv run poe <task>
245
[tool.poe.tasks]
246
clean = "rm -rf .coverage .pytest_cache .ruff_cache .ty_cache build dist htmlcov"
0 commit comments