Added - Added parameter `resolve_duplicate_file_names` to `client.files.download`. This will keep all the files when downloading to local machine, even if they have the same name.
6.28.5
Fixed - Bugfix for serialization of Workflows' `DynamicTasksParameters` during `workflows.versions.upsert` and `workflows.execution.retrieve_detailed`
6.28.4
Fixed - Overload data_set/create for improved type safety
6.28.3
Fixed - When uploading files as strings using `client.files.upload_bytes` the wrong encoding is used on Windows, which is causing part of the content to be lost when uploading. This is now fixed.
6.28.2
Fixed - When cache lookup did not yield a token for `CredentialProvider`s like `OAuthDeviceCode` or `OAuthInteractive`, a `TypeError` could be raised instead of initiating their authentication flow.
6.28.1
Improved - Warning when using alpha/beta features.