@@ -11,19 +11,19 @@ Starting in mypy-protobuf 3.0.0, only python3 targeting is supported
1111See [ Changelog] ( CHANGELOG.md ) for recent changes.
1212
1313## Requirements to run mypy-protobuf
14- [ protoc >= 3.18.0] ( https://github.com/protocolbuffers/protobuf/releases )
15- [ python-protobuf >= 3.17.4] ( https://pypi.org/project/protobuf/ ) - matching protoc release
16- [ python >= 3.6] ( https://www.python.org/downloads/source/ ) - for running mypy-protobuf plugin.
14+ - [ protoc >= 3.18.0] ( https://github.com/protocolbuffers/protobuf/releases )
15+ - [ python-protobuf >= 3.17.4] ( https://pypi.org/project/protobuf/ ) - matching protoc release
16+ - [ python >= 3.6] ( https://www.python.org/downloads/source/ ) - for running mypy-protobuf plugin.
1717
1818## Requirements to run typecheckers on stubs generated by mypy-protobuf
19- [ mypy >= v0.910] ( https://pypi.org/project/mypy ) or [ pyright >= 1.1.171] ( https://github.com/microsoft/pyright )
20- [ python-protobuf >= 3.18.0] ( https://pypi.org/project/protobuf/ ) - matching protoc release
21- [ types-protobuf==3.17.4] ( https://pypi.org/project/types-protobuf/ ) - for stubs from the google.protobuf library
22-
23- ### To run mypy on code generated with grpc plugin - you'll additionally need
24- [ grpcio>=1.40.0] ( https://pypi.org/project/grpcio/ )
25- [ grpcio-tools>=1.40.0] ( https://pypi.org/project/grpcio-tools/ )
26- [ grpc-stubs>=1.24.7] ( https://pypi.org/project/grpc-stubs/ )
19+ - [ mypy >= v0.910] ( https://pypi.org/project/mypy ) or [ pyright >= 1.1.171] ( https://github.com/microsoft/pyright )
20+ - [ python-protobuf >= 3.18.0] ( https://pypi.org/project/protobuf/ ) - matching protoc release
21+ - [ types-protobuf==3.17.4] ( https://pypi.org/project/types-protobuf/ ) - for stubs from the google.protobuf library
22+
23+ ### To run typecheckers on code generated with grpc plugin - you'll additionally need
24+ - [ grpcio>=1.40.0] ( https://pypi.org/project/grpcio/ )
25+ - [ grpcio-tools>=1.40.0] ( https://pypi.org/project/grpcio-tools/ )
26+ - [ grpc-stubs>=1.24.7] ( https://pypi.org/project/grpc-stubs/ )
2727
2828Other configurations may work, but are not continuously tested currently.
2929We would be open to expanding this list - file an issue on the issue tracker.
0 commit comments