Skip to content

Commit

Permalink
change dependency update to azure-identity
Browse files Browse the repository at this point in the history
  • Loading branch information
lykelly19 committed Jan 21, 2025
1 parent 1464d02 commit 6b3f245
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/azureml-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions scripts/azureml-assets/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6b3f245

Please sign in to comment.