refactor!: Remove `Request.id` field by Pijukatel · Pull Request #1366 · apify/crawlee-python

added 3 commits

August 19, 2025 15:56

@github-actions github-actions bot added t-tooling

Issues with this label are in the ownership of the tooling team.

tested

Temporary label used only programatically for some analytics.

labels

Aug 20, 2025

vdusek

@Pijukatel

vdusek

@Pijukatel Pijukatel changed the title feat: Remove request.id refactor!: Remove request.id

Aug 20, 2025
Co-authored-by: Vlada Dusek <v.dusek96@gmail.com>

@Pijukatel

vdusek

@Pijukatel @vdusek

Co-authored-by: Vlada Dusek <v.dusek96@gmail.com>

@vdusek vdusek changed the title refactor!: Remove request.id refactor!: Remove Request.id field

Aug 20, 2025

Mantisus

@Pijukatel

janbuchar

@Pijukatel

Pijukatel added a commit to apify/apify-sdk-python that referenced this pull request

Aug 22, 2025
### Description

- Remove `request.id` and replace all usages of `id` with `unique_key`
- Add transformation from `unique_key` to `id` and use it when calling
id-based client methods
- Requires:
  - apify/crawlee-python#1366

### Issues

- Part of: apify/crawlee-python#1358