-
Notifications
You must be signed in to change notification settings - Fork 80
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
Compare mypy-protobuf to protobuf --pyi_out support (starting with 3.20) #368
Comments
I haven't done a comparison. You're welcome to! |
grpc_tools still does not support protobuf 3.20 |
Is this true? It seemed to be working for me. I do see that it doesn't support v4 or later, however: https://github.com/grpc/grpc/blob/v1.46.3/tools/distrib/python/grpcio_tools/setup.py#L293 |
https://github.com/grpc/grpc/blob/master/tools/distrib/python/grpcio_tools/grpc_version.py |
Hmm. This looks related: grpc/grpc#29650 |
It doesn't seem production ready yet. mypy gives a bunch of errors running on the --pyi_out generated stubs |
this project has spent a bunt of time battle hardening the type stubs and adding tests. Might be a nice idea to use the test suites from |
Has anyone compared this with mypy-protobuf's output? I'm not sure if it supports grpc or not.
The text was updated successfully, but these errors were encountered: