question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upgrade internal azureml-dataprep azure-identity dependency to 1.8.0 or greater

See original GitHub issue

Is your feature request related to a problem? Please describe. Using the Python azureml-dataprep library (versions >4.1) it has a dependency on azure-identity 1.7.0 which causes issues if you would like to use an upgraded version of the azure-identity library. This has caused us trouble with Azure Functions that need to use an updated identity package (related Stack Overflow issue) support for the updated identity library would be great. Note, this is a pipenv issue mostly but having the latest and greatest packages under the hood would be awesome!

Describe the solution you’d like Upgrade azureml-dataprep azure-identity to at a minimum version 1.8.0.

Describe alternatives you’ve considered Override dependency by using Pipfile with azure-identity in the packages and allocating azureml-dataprep in dev dependencies. Also, use a AzureCLI@2 task in pipelines over the Bash@3 task to supply proper information for testing with the DefaultAzureCredential() call.

Additional context N/A

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
anliakho2commented, Nov 22, 2022

We should be releasing a version with upgraded azure-identity dependency in December

0reactions
jackphillipsjmucommented, Nov 22, 2022

Thank you for the update @anliakho2 glad to hear this is moving forward!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot install azureml-sdk without dependency conflicts
I'm trying to install the latest azureml-sdk (1.34.0) inside a new conda env (with python 3.7) but the installation ends with the following ......
Read more >
library stubs not installed for "pytz" - You.com | The search engine ...
I'm running Mypy inside a gitlab CI/CD, and mypy can't find installed stubs, ... cloudpickle, azureml-dataprep-native, azure-identity, distro, dotnetcore2, ...
Read more >
Package List — Spack 0.18.1 documentation
A package universe and a request to install, remove, or upgrade packages ... Versions: 1.8.1, 1.8.0, 1.7.6; Build Dependencies: go; Link Dependencies: go ......
Read more >
azureml-dataprep - PyPI
The Azure Machine Learning Data Prep SDK is used to load, transform, and write data for machine learning workflows. This package is internal,...
Read more >
What is Azure Machine Learning - Adobe Support Community
For more information on the syntax to use inside this file, see ... library, azureml-dataprep required for accessing the dataset, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found