Added * retry capabilities for common flaky API failures * protection against improper types passed into `Project.upload_anntations` * pass thru API error messages when possible
2.4.4
2.4.3
Added * `BulkImportRequest` data type * `Project.upload_annotation` supports uploading via a local ndjson file, url, or a iterable of annotations
2.4.2
Fixed * `Client.upload_data` will now pass the correct `content-length` when uploading data.