SIGN IN SIGN UP

refactor!: remove deprecated APIs (#799)

## Summary

Removes deprecated APIs as part of the v3 major release:

- `DatasetClient.download_items()` — deprecated alias of
`get_items_as_bytes()`.
- `max_unprocessed_requests_retries` and
`min_delay_between_unprocessed_requests_retries` arguments of
`batch_add_requests` (sync + async). The docstrings already said *"Will
be removed in next major release."*
- `exclusive_start_id` argument of `list_requests` (sync + async) —
replaced by `cursor`.

Also drops the now-unused `import warnings` from both resource client
modules and the associated unit tests for the removed
`cursor`/`exclusive_start_id` mutex check.
V
Vlada Dusek committed
6e5df3595e5f858d944887445a9019dea1008e97
Parent: 6a36533
Committed by GitHub <noreply@github.com> on 5/19/2026, 11:58:25 AM