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

Bump grpcio dep version of Python client for supporting ARM #3449

Closed
wants to merge 1 commit into from

Conversation

tisonkun
Copy link
Member

Signed-off-by: tison <wander4096@gmail.com>
@@ -31,7 +31,7 @@
'six>=1.10.0',
'pytz',
'futures>=3.2.0;python_version<"3.2"',
'grpcio<1.28,>=1.8.2',
'grpcio>=1.37',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My understanding is that we have to put a cap here otherwise auto upgrades may break the client.
IIRC it happened in the past.

I I am mot sure that we have CI that is covering this change.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! I threw the change here to see if it breaks anything. To prepare a solid patch I need more time to understand the mechanism and see how to verify the change.

@tisonkun
Copy link
Member Author

Closed for now.

@tisonkun tisonkun closed this Aug 19, 2022
@merlimat
Copy link
Contributor

@tisonkun I think we should re-open this, and move to newer Grpc. Otherwise the Pulsar Python client is still stuck with unsupported Grpc version

@merlimat
Copy link
Contributor

My bad, this was already addressed in #3875

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

Successfully merging this pull request may close these issues.

None yet

3 participants