Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog
All release highlights of this project will be documented in this file.
## 4.4.9 - January 29, 2023
### Added
- `SAClient.set_approval_statuses` _method_ function to change the approval status of items (images, audio / videos) in bulk.
### Updated
- `SAClient.set_approval_statuses` _method_ updated from Pixel to Vector converter, added polygon holes handling.
## 4.4.8 - December 25, 2022
### Added
- New project types `Tiled`, `PointCloud`, `Other`.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requests==2.26.0
requests-toolbelt>=0.9.1
aiohttp>=3.8.1
tqdm==4.64.0
pillow>=7.2.0
pillow>=7.2.0<9.0.1
matplotlib>=3.3.1
xmltodict==0.12.0
opencv-python>=4.4.0.42
Expand Down