fix: add ExtendJSONEncoder to safely dump json data with python object, such as MultipartEncoder

This commit is contained in:
debugtalk
2020-06-07 22:32:49 +08:00
parent 45d1f3ed65
commit 9a7384e173
4 changed files with 28 additions and 3 deletions
+1
View File
@@ -10,6 +10,7 @@
**Fixed**
- fix: ensure upload ready
- fix: add ExtendJSONEncoder to safely dump json data with python object, such as MultipartEncoder
## 3.0.9 (2020-06-07)