- Check `Request` class in Crawlee TS and replicate `uniqueKey` generation logic. - https://github.com/apify/crawlee/blob/v3.8.1/packages/core/src/request.ts#L381-L395 - The issue is based on this comment [src/apify/storages/request_queue.py#L148](https://github.com/apify/apify-sdk-python/blob/v1.3.0/src/apify/storages/request_queue.py#L148).