Skip to content

Commit 047415d

Browse files
Merge pull request #115 from microsoft/main
Release 1.5.1
2 parents ba1b9e7 + 4a7ea9b commit 047415d

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
1.5.0 (2025-08-13)
212
~~~~~~~~~~~~~~~~~~
313
Azureml_Inference_Server_Http 1.5.0 (2025-08-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.5.0"
4+
__version__ = "1.5.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)