_________________________
**Updated**
- ``SAClient.search_folders`` method to add a new ``status`` argument for searching folders via status.
- Schemas for ``Annotation Classes`` and ``Video Annotation`` to support **text** and **numeric input** attribute group types.
**Fixed**
- ``SAClient.query`` method to address invalid exceptions.
- ``SAClient.download_export`` method to address the issue with downloading for Windows OS.
- ``SAClient.attach_items_from_integrated_storage`` method to address "integration not found" error.
- ``SAClient.aggregate_annotations_as_df`` method to support files without "___objects" in their naming.
**Removed**
- ``SAClient.add_annotation_bbox_to_image`` method, use ``SAClient.upload_annotations`` instead.
- ``SAClient.add_annotation_point_to_image`` method, use ``SAClient.upload_annotations`` instead.
- ``SAClient.add_annotation_comment_to_image`` method, use ``SAClient.upload_annotations`` instead.