Please release 3.5.1 rather than 3.4.1 because 3.5.0 is already released. It's too heavy to maintain old releases for client libraries for now.
However, it would be better to remove the `functions` component from pulsar-client-python because the Python client itself never uses these dependencies. See my discussion [1] before. Since python functions is maintained in the Pulsar main repository, we should maintain the extra dependencies in the Pulsar main repo as well. Thanks, Yunze On Wed, May 8, 2024 at 11:26 PM Zixuan Liu <node...@gmail.com> wrote: > > Hi all, > > https://github.com/apache/pulsar-client-python/pull/174 breaks the > python-client installation in the pulsar arm image, and then the release > manager of pulsar@3.3.0 will take about 2 hours to build the grpcio wheel, > please see > https://github.com/nodece/pulsar-python-deps-build/actions/runs/8891459473/job/24418839959#step:6:315 > for > details. > > https://github.com/apache/pulsar-client-python/pull/211 fixes that, but I'm > not sure if a new version will be released. > > Thanks, > Zixuan