System information (please complete the following information):
- OS: Windows
- Python Version: 3.11.9
- SDK Version: 7.73.3
Describe the bug
Docstring of SequencesDataAPI.retrieve_last_row for parameter external_id is "External id or list of external ids." but it doesn't handle list[str], only str | None as typed.
Documentation : https://cognite-sdk-python.readthedocs-hosted.com/en/latest/sequences.html#retrieve-last-row
Expected behavior
Accept list of str as DatapointsAPI.retrieve_latest accept this data type.
Screenshots
