Hi,
In the past 2 days we have started getting an issue when running our custom images.
It seems like azure has pushed a faulty version of azure-storage-blob and we got that version when metaflow is installing it
here
Is there a way to fixate that?
(it's over today when they pushed another version that fixed the last one)
The error we got originated from this file in their package:
azure/storage/blob/_shared/base_client.py
getting KeyError: "sdk_moniker"
problematic version:
azure-storage-blob==12.18.0
(12.18.1 solved our issue)