-
Notifications
You must be signed in to change notification settings - Fork 434
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
build: integrate mypy-protobuf for stub generation #204
base: master
Are you sure you want to change the base?
Conversation
The mypy-protobuf requirements [0] are not "hard" requirements, as earlier versions are simply untested. The listed requirement of protoc >= 4.21.8 is therefore not definitive, as with this commit protoc version 3.4.0 successfully generated stubs with the plugin. References: [0] https://github.com/nipunn1313/mypy-protobuf#requirements-to-run-mypy-protobuf
Example install and outputs:
However, what information I do not have is what environment is building the package for publication. |
Might be a good idea to add a |
The mypy-protobuf requirements [0] are not "hard" requirements, as earlier versions are simply untested. The listed requirement of protoc >= 4.21.8 is therefore not definitive, as with this commit protoc
version 3.4.0 successfully generated stubs with the plugin.
References:
[0] https://github.com/nipunn1313/mypy-protobuf#requirements-to-run-mypy-protobuf