Skip to content

Commit

Permalink
Add UTF-8 support for Flask jsonify (#4271)
Browse files Browse the repository at this point in the history
Co-authored-by: xudwang <xudwang@paypal.com>
  • Loading branch information
caozhuozi and xudwang authored Sep 5, 2022
1 parent 4b4b5ca commit 803f89e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/seldon_core/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ def _set_flask_app_configs(app):
"DEBUG",
"EXPLAIN_TEMPLATE_LOADING",
"JSONIFY_PRETTYPRINT_REGULAR",
"JSON_AS_ASCII",
"JSON_SORT_KEYS",
"PROPAGATE_EXCEPTIONS",
"PRESERVE_CONTEXT_ON_EXCEPTION",
Expand Down

0 comments on commit 803f89e

Please sign in to comment.