We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
marshmallow
1 parent 15d4555 commit 289d173Copy full SHA for 289d173
sdk/ml/azure-ai-ml/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Release History
2
3
+## 1.26.3 (2025-04-17)
4
+
5
+### Bugs Fixed
6
+ - Updated `marshmallow` dependency to restrict versions
7
+ to `>=3.5,<4.0.0` in `install_requires` to ensure compatibility.
8
9
## 1.26.2 (2025-04-08)
10
11
### Bugs Fixed
sdk/ml/azure-ai-ml/azure/ai/ml/_version.py
@@ -2,4 +2,4 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# ---------------------------------------------------------
-VERSION = "1.26.2"
+VERSION = "1.26.3"
0 commit comments