microsoft / azureml-inference-server

The AzureML Inference Server is a python package that allows user to easily expose machine learning models as HTTP Endpoints. The server is included by default in AzureML's pre-built docker images for inference.
MIT License
25 stars 5 forks source link

Pin Werkzeug Version #47

Closed DannyBruno closed 1 year ago

DannyBruno commented 1 year ago

Per Werkzeug change log, removal of previously deprecated code in version 3.0.0 breaks backwards compatability of urls package which is used in flask ~2.2.0.

Version 3.0.0 .. Remove previously deprecated code. #2768 ...

github-actions[bot] commented 1 year ago

Test Results for Python Version 3.8

36 tests   33 :heavy_check_mark:  1m 27s :stopwatch:   1 suites    3 :zzz:   1 files      0 :x:

Results for commit ee9bb158.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 1 year ago

Test Results for Python Version 3.9

36 tests   33 :heavy_check_mark:  1m 14s :stopwatch:   1 suites    3 :zzz:   1 files      0 :x:

Results for commit ee9bb158.

:recycle: This comment has been updated with latest results.