Metadata-Version: 2.1
Name: azureml-inference-server-http
Version: 0.4.14
Summary: Azure Machine Learning inferencing server.
Home-page: UNKNOWN
Author: Microsoft Corp
Author-email: amlInferenceImages@microsoft.com
License: https://aka.ms/azureml-sdk-license
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: flask (==1.0.3)
Requires-Dist: applicationinsights (>=0.11.7)
Requires-Dist: opencensus-ext-azure (~=1.1.0)
Requires-Dist: inference-schema (==1.3.0)
Requires-Dist: itsdangerous (<2.0,>=0.24)
Requires-Dist: Werkzeug (<2.0,>=0.15)
Requires-Dist: Jinja2 (<3.1,>=2.10.1)
Requires-Dist: click (<8.0,>=5.1)
Requires-Dist: gunicorn (==20.1.0) ; platform_system != "Windows"
Requires-Dist: psutil (==5.8.0) ; platform_system == "Windows"
Requires-Dist: waitress (==2.1.1) ; platform_system == "Windows"

# Azure Machine Learning Inference HTTP Server (azureml-inference-server-http)

Check our official documentation [here](https://docs.microsoft.com/en-us/azure/machine-learning/how-to-inference-server-http).

## NOTICE 1

Python 3.6 support on Windows is dropped from `azureml-inference-server-http` v0.4.12 to pick up [waitress v2.1.1](https://pypi.org/project/waitress/2.1.1/) with the security bugfix of [CVE-2022-24761](https://nvd.nist.gov/vuln/detail/CVE-2022-24761).

Python 3.6 support on Mac, Linux and WSL2 will not be impacted by above change for now.

## NOTICE 2

Python 3.6 support on all platforms will be dropped from 6/15/2022.

