Hi all, When I'm uploading wheels for latest Python client 3.6.1 release to PyPI, I encountered the following errors:
``` ERROR HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/ Project size too large. Limit for project 'pulsar-client' total size is 10 GB. See https://pypi.org/help/#project-size-limit ``` While we should increase the project size limit, I'm going to delete the 3.6.0 wheels for now. The 3.6.0 release is actually a broken version. The community and some other users reported many times for the same issue, which is fixed by https://github.com/apache/pulsar-client-python/pull/244. Compared to 3.6.0, 3.6.1 only has this single fix included. Therefore, I decided to delete the Python Client 3.6.0 wheels from PyPI for now. Even after that, the original wheels of 3.6.0 can also be found in https://archive.apache.org/dist/pulsar/pulsar-client-python-3.6.0/ Thanks, Yunze