We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b76c8 commit b3d0cdfCopy full SHA for b3d0cdf
1 file changed
pyproject.toml
@@ -238,6 +238,12 @@ keep_model_order = true
238
# Minimal defense against supply-chain atatcks.
239
exclude-newer = "24 hours"
240
241
+[tool.uv.exclude-newer-package]
242
+# Allow internal Apify packages to install immediately.
243
+apify-client = false
244
+apify-shared = false
245
+apify_fingerprint_datapoints = false
246
+
247
# Run tasks with: uv run poe <task>
248
[tool.poe.tasks]
249
clean = "rm -rf .coverage .pytest_cache .ruff_cache .ty_cache build dist htmlcov"
0 commit comments