We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f80ed4 commit 87f822dCopy full SHA for 87f822d
3 files changed
src/machinelearningservices/CHANGELOG.rst
@@ -1,3 +1,7 @@
1
+## 2026-02-24
2
+
3
+### Azure Machine Learning CLI (v2) v 2.42.0
4
5
## 2026-02-11
6
7
### Azure Machine Learning CLI (v2) v 2.41.1
src/machinelearningservices/azext_mlv2/manual/requirements.txt
@@ -2,4 +2,4 @@ cryptography
docker
azure-mgmt-resourcegraph<9.0.0,>=2.0.0
azure-identity==1.17.1
-azure-ai-ml==1.31.0
+azure-ai-ml==1.32.0
src/machinelearningservices/setup.py
@@ -10,7 +10,7 @@
10
from setuptools import setup, find_packages
11
12
# HISTORY.rst entry.
13
-VERSION = '2.41.1'
+VERSION = '2.42.0'
14
15
# The full list of classifiers is available at
16
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments