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
blobxfer
as 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
blobxfer
to use the latest version ofazure-storage-blob
.Describe Alternatives Considered
I don't immediately see an alternative.