shabbyrobe / grpc-stubs

gRPC typing stubs for Python
MIT License
35 stars 21 forks source link

Replace Tuple with Sequence for the _Options type #7

Closed bradleyharden closed 3 years ago

bradleyharden commented 3 years ago

The current implementation of _Options requires a variable length Tuple. A Sequence is more general and covers List as a common alternative.

shabbyrobe commented 3 years ago

Good catch, thank you!

shabbyrobe commented 3 years ago

Just released 1.24.3 to pypa