Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compatibility with azure-storage-blob>=12.4.0 #86

Closed
raybellwaves opened this issue Aug 14, 2020 · 3 comments
Closed

Fix compatibility with azure-storage-blob>=12.4.0 #86

raybellwaves opened this issue Aug 14, 2020 · 3 comments

Comments

@raybellwaves
Copy link
Contributor

See #83

@hayesgb
Copy link
Collaborator

hayesgb commented Aug 15, 2020

The import error observed is easily fixed by changing the import location of the BlobPrefix class, which was changed in azure-storage-blob in v12.4.0. However, I'm now seeing errors when executing unit tests with azurite. It appears a change in 12.4.0 has broken compatibility there. It's been reported here, so I'll wait on a fix there before implementing.

@raybellwaves
Copy link
Contributor Author

FYI
Azure/azure-sdk-for-python#11941 (comment)

Hi there,
The changes to fix this issue have been made and it will be available in our September release.
If this is an urgent issue or if there are any concerns, let me know!

@hayesgb
Copy link
Collaborator

hayesgb commented Sep 12, 2020

Fixed with #99

@hayesgb hayesgb closed this as completed Sep 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants