Skip to content

Commit

Permalink
Add azure-identity dependency to fix issue with azure-ai-ml dependency (
Browse files Browse the repository at this point in the history
#3779)

* Update setup.py

* Update asset.yaml

* Revert "Update asset.yaml"

This reverts commit 03c59bc.

* update changelog & setup.py

* fix changelog number

* change dependency update to azure-identity

* test update for gates

* Revert "test update for gates"

This reverts commit dca9567.

* change back accidental update

* update

* fix date

---------

Co-authored-by: lykelly19 <[email protected]>
  • Loading branch information
lykelly19 and lykelly19 authored Jan 21, 2025
1 parent d70f931 commit b8cbd02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions scripts/azureml-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
### 🚀 New Features


## 1.16.69 (2025-01-21)
### 🐛 Bugs Fixed
- [#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
- [#3714](https://github.com/Azure/azureml-assets/pull/3714) Block environment/image releases based on Ubuntu 20.04
Expand Down
3 changes: 2 additions & 1 deletion scripts/azureml-assets/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="azureml-assets",
version="1.16.68",
version="1.16.69",
description="Utilities for publishing assets to Azure Machine Learning system registries.",
author="Microsoft Corp",
packages=find_packages(),
Expand All @@ -19,6 +19,7 @@
"marshmallow>=3.19",
"tenacity>=8.2.2",
"azure-ai-ml>=1.9.0",
"azure-identity>=1.16.0",
],
python_requires=">=3.8,<4.0",
license="MIT",
Expand Down

0 comments on commit b8cbd02

Please sign in to comment.