From 6b3f2450ba5e97f948956d01b0a738c059963027 Mon Sep 17 00:00:00 2001 From: lykelly19 Date: Tue, 21 Jan 2025 11:22:02 -0500 Subject: [PATCH] change dependency update to azure-identity --- scripts/azureml-assets/CHANGELOG.md | 2 +- scripts/azureml-assets/setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/azureml-assets/CHANGELOG.md b/scripts/azureml-assets/CHANGELOG.md index 9a3cea83cb..13aa265ebe 100644 --- a/scripts/azureml-assets/CHANGELOG.md +++ b/scripts/azureml-assets/CHANGELOG.md @@ -4,7 +4,7 @@ ## 1.16.69 (2025-01-25) ### 🐛 Bugs Fixed -- [#3779](https://github.com/Azure/azureml-assets/pull/3779) Add opencensus-ext-azure dependency to fix issue with azure-identity +- [#3779](https://github.com/Azure/azureml-assets/pull/3779) Add azure-identity dependency to fix issue with azure-ai-ml dependency ## 1.16.68 (2025-01-02) ### 🚀 New Features diff --git a/scripts/azureml-assets/setup.py b/scripts/azureml-assets/setup.py index 226075f538..367669a5da 100644 --- a/scripts/azureml-assets/setup.py +++ b/scripts/azureml-assets/setup.py @@ -18,8 +18,8 @@ "pip>=21", "marshmallow>=3.19", "tenacity>=8.2.2", - "azure-ai-ml>=1.9.0", - "opencensus-ext-azure>=0.3.1", + "azure-ai-ml>=1.16.0", + "azure-identity>=0.3.1", ], python_requires=">=3.8,<4.0", license="MIT",