From e26e4f693b5544583c452c5ed3abb2eb498c463e Mon Sep 17 00:00:00 2001 From: Vaghinak Basentsyan Date: Thu, 26 Jan 2023 10:29:19 +0400 Subject: [PATCH] Added changelog --- CHANGELOG.md | 5 +++++ requirements.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44f30b827..2a0242ca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/requirements.txt b/requirements.txt index 379fc1510..ee1a6f573 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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