You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2024. It is now read-only.
We are using blobxfer as part of a larger codebase, where some of the libraries require a newer version of azure-storage-blob>=12.0.0. We have no immediate way of continuing our development, since we clearly cannot require old versions of azure-storage-blob (for blobxfer) and newer versions (for azureml-mlflow) to be present at the same time.
Describe Preferred Solution
It would be great to update blobxfer to use the latest version of azure-storage-blob.
Feature Request Description
We are using
blobxferas part of a larger codebase, where some of the libraries require a newer version ofazure-storage-blob>=12.0.0. We have no immediate way of continuing our development, since we clearly cannot require old versions ofazure-storage-blob(forblobxfer) and newer versions (forazureml-mlflow) to be present at the same time.Describe Preferred Solution
It would be great to update
blobxferto use the latest version ofazure-storage-blob.Describe Alternatives Considered
I don't immediately see an alternative.