Follow-up from #11. sample_actor_py/requirements.txt pins no versions (apify, crawlee[parsel]), unlike the TS sample's committed package-lock.json. Not a criteria violation today (Docker layer caching covers the repeat-build case), but a Docker layer-cache eviction would force an unpinned PyPI re-resolution. Add a lockfile (e.g. pip freeze-generated or a proper lock tool) for reproducibility parity.
Follow-up from #11.
sample_actor_py/requirements.txtpins no versions (apify,crawlee[parsel]), unlike the TS sample's committedpackage-lock.json. Not a criteria violation today (Docker layer caching covers the repeat-build case), but a Docker layer-cache eviction would force an unpinned PyPI re-resolution. Add a lockfile (e.g.pip freeze-generated or a proper lock tool) for reproducibility parity.