File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
lib/infrastructure/services Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plotly~=5.14
77pandas ~= 2.0
88ffmpeg-python ~= 0.2
99pillow >= 9.5 ,~= 10.0
10- tqdm ~= 4.66.1
10+ tqdm ~= 4.66
1111requests == 2.*
1212aiofiles == 23.*
1313fire == 0.4.0
Original file line number Diff line number Diff line change 33import sys
44
55
6- __version__ = "4.4.36 "
6+ __version__ = "4.4.37 "
77
88
99os .environ .update ({"sa_version" : __version__ })
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ def serialize_response(
295295 else :
296296 data ["res_data" ] = data_json
297297 return content_type (** data )
298- except json . decoder . JSONDecodeError :
298+ except ValueError :
299299 data ["res_error" ] = response .content
300300 data ["reason" ] = response .reason
301301 return content_type (** data )
You can’t perform that action at this time.
0 commit comments