File tree Expand file tree Collapse file tree
azureml_inference_server_http Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 1.5.1 (2025-12-18)
2+ ~~~~~~~~~~~~~~~~~~
3+ Azureml_Inference_Server_Http 1.5.1 (2025-12-18)
4+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5+
6+ Enhancements
7+ ------------
8+
9+ - Upgraded Pydantic package to 2.12
10+
1111.5.0 (2025-08-13)
212~~~~~~~~~~~~~~~~~~
313Azureml_Inference_Server_Http 1.5.0 (2025-08-13)
Original file line number Diff line number Diff line change 11# Copyright (c) Microsoft Corporation.
22# Licensed under the MIT License.
33
4- __version__ = "1.5.0 "
4+ __version__ = "1.5.1 "
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ def get_license():
7373 "opentelemetry-semantic-conventions" ,
7474 "azure-monitor-opentelemetry-exporter" ,
7575 'psutil<6.0.0; platform_system=="Windows"' ,
76- "pydantic~=2.11 .0" ,
76+ "pydantic~=2.12 .0" ,
7777 "pydantic-settings" ,
7878 'waitress>=3.0.1; platform_system=="Windows"' ,
7979 "werkzeug>=3.0.3" , # Werkzeug 3.x breaks back-compatibility of urls package
You can’t perform that action at this time.
0 commit comments