Azure / azure-storage-python

Microsoft Azure Storage Library for Python
https://azure-storage.readthedocs.io
MIT License
338 stars 240 forks source link

Incompatible azure-storage-common dependency with azure-cosmosdb-table #613

Open logachev opened 5 years ago

logachev commented 5 years ago

Which service(blob, file, queue) does this issue concern?

blob, file, queue

Which version of the SDK was used? Please provide the output of pip freeze.

Latest

What problem was encountered?

azure-storage-* Python SDKs are incompatible with latest azure-cosmosdb-table SDK

azure-storage-* require azure-storage-common~=2.0 azure-cosmosdb-table require azure-storage-common~=1.1

Have you found a mitigation/solution?

No

Note: for table service, please post the issue here instead: https://github.com/Azure/azure-cosmosdb-python.

zezha-msft commented 5 years ago

Hi @logachev, thanks for reaching out! And really sorry for the inconvenience.

I'm following up with the table package maintainers here.

logachev commented 5 years ago

Thank you @zezha-msft!