label-studio-sdk icon indicating copy to clipboard operation
label-studio-sdk copied to clipboard

projects.exports.create_export type correction

Open derNiklaas opened this issue 11 months ago • 0 comments

The arg type for "download_all_tasks" should be an Optional[bool] instead of an Optional[str] to be constistant with "download_resources" https://github.com/HumanSignal/label-studio-sdk/blob/master/src/label_studio_sdk/projects/exports/client.py#L31

derNiklaas avatar Jan 22 '25 11:01 derNiklaas