Skip to content

Commit 289d173

Browse files
committed
Updated marshmallow dependency to restrict versions
1 parent 15d4555 commit 289d173

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

sdk/ml/azure-ai-ml/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

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+
39
## 1.26.2 (2025-04-08)
410

511
### Bugs Fixed

sdk/ml/azure-ai-ml/azure/ai/ml/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (c) Microsoft Corporation. All rights reserved.
33
# ---------------------------------------------------------
44

5-
VERSION = "1.26.2"
5+
VERSION = "1.26.3"

0 commit comments

Comments
 (0)