You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parallel for mlchain 0.2.5 (#48)
* Increase MAX_CONTENT_LENGTH to 1GB
* Default starlette -> flask, add parallel sync to compatible with gevent
* Handle ast.literal_eval by using json.loads
* Add Background Sync
* Update requirements
* Add itsdangerous and remove python-Levenshtein
* Fixed Click version for Flask 1
* Remove Werkzeug due to Flask 1.1.4 error
* Remove Jinja2 due to Flask 1.1.4
* Fixed Jinja2 and Werkzeug
* Fixed h11 issue
* Replace fuzzywuzzy by thefuzz and drop support python 3.6
* Fixed MarkupSafe
* Remove reduntdant MarkupSafe>=1.1.1
* Re-update sentry-sdk[flask]
* Does not use opencv-python 4.5 because of failed coverage test
Co-authored-by: Hoang Viet <[email protected]>