Scaleapi

Latest version: v2.16.0

Safety actively analyzes 710445 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 8

2.10.1

Bug Fixes
- Fixed platform "False 500 into 409" error on task creation
- When creating large volumes of tasks consecutively the platform can time out and return a `500` error even if a task was successfully created
- This triggers our retry logic which will then return a `409` Duplicate Resource error as the task being retried had already been created
- This specific series of events is now being handled gracefully

2.10.0

New Features
- Added method to set task metadata when specifying task id via `set_task_metadata`
- Added method to set metadata on Task object via `task.set_metadata`
- https://docs.scale.com/reference/set-metadata

Known Issues
- The platform can sometimes generate a false `500` error even when correctly creating a task. The Scale Python Client will retry when it receives a `500`, which can then lead to a `409` duplicate resource error. This behavior is most often seen when creating a high volume of tasks consecutively

2.9.0

New Features
- Added support for `clear_unique_id` parameter in `cancel_task` and `task.cancel()` methods
- https://github.com/scaleapi/scaleapi-python-client#cancel-task
- Scale API's two new endpoints to update and remove `unique_id` is implemented in SDK.
- `client.update_task_unique_id` and `task.update_unique_id`
- https://github.com/scaleapi/scaleapi-python-client#update-a-tasks-unique-id
- `client.clear_task_unique_id` and `task.clear_unique_id`
- https://github.com/scaleapi/scaleapi-python-client#clear-a-tasks-unique-id
- README updated with new examples for the changes above

Other Changes and Notes
- Delete type of API requests are now also getting retried

2.8.0

New Features
- Support for `studio` project creation

2.7.0

New Features
- Support `ReviewStatus.Pending` ready to review in the customer dashboard

2.6.0

Bug Fixes
- Remove empty payloads from GET requests to avoid erroring out upon contact with an AWS WAF

Page 5 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.