Skip to content

Commit

Permalink
Merge branch 'main' into rk/comp_upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrk04 authored Jan 22, 2025
2 parents f662966 + b8cbd02 commit 7648b5d
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 7648b5d

Please sign in to comment.