Skip to content

Commit 0980bcc

Browse files
Narek MkhitaryanNarek Mkhitaryan
authored andcommitted
upgrade requests lib
1 parent fd18915 commit 0980bcc

File tree

3 files changed

+2
-29
lines changed

3 files changed

+2
-29
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pandas~=1.3
99
ffmpeg-python~=0.2
1010
pillow~=9.5
1111
aiofiles==0.8.0
12-
requests==2.28.2
12+
requests==2.30.0
1313
tqdm==4.64.0
1414
fire==0.4.0
1515
mixpanel==4.8.3

src/superannotate/lib/core/service_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class ServiceResponse(BaseModel):
9292
reason: Optional[str]
9393
content: Optional[Union[bytes, str]] = None
9494
res_data: Optional[Any] = None # response data
95-
res_error: Optional[str] = None
95+
res_error: Optional[Union[str, list, dict]] = None
9696
count: Optional[int] = 0
9797

9898
class Config:

tests/integration/integrations/test_get_integrations.py

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)