Skip to content

Commit 3ff7639

Browse files
committed
Merge branch 'main' into Tarun/Pydantic
2 parents a9eb454 + 3691eae commit 3ff7639

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.4.1 (2025-06-10)
2+
~~~~~~~~~~~~~~~~~~
3+
Azureml_Inference_Server_Http 1.4.1 (2025-06-10)
4+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5+
6+
- Remove azureml contrib service local references
7+
- Update flask-cors packages to mitigate vulnerabilities
8+
19
1.4.0 (2024-11-13)
210
~~~~~~~~~~~~~~~~~~
311
Azureml_Inference_Server_Http 1.4.0 (2024-11-13)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

4-
__version__ = "1.4.0"
4+
__version__ = "1.4.1"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ def get_license():
6464
],
6565
python_requires=">=3.9",
6666
install_requires=[
67-
"flask~=3.0.0",
68-
"flask-cors~=5.0.0",
67+
"flask~=3.1.0",
68+
"flask-cors~=6.0.0",
6969
'gunicorn>=23.0.0; platform_system!="Windows"',
7070
"inference-schema~=1.8.0",
7171
"opencensus-ext-azure~=1.1.0",
7272
'psutil<6.0.0; platform_system=="Windows"',
73-
"pydantic~=2.9.0",
73+
"pydantic~=2.11.0",
7474
"pydantic-settings",
7575
'waitress>=3.0.1; platform_system=="Windows"',
7676
"werkzeug>=3.0.3", # Werkzeug 3.x breaks back-compatibility of urls package

0 commit comments

Comments
 (0)