[Python grpcio_tools] Update version requirement of protobuf in grpcio_tools (#36230)
Since we already finished v26.1 upgrade in https://github.com/grpc/grpc/pull/35796 <!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. --> Closes #36230 PiperOrigin-RevId: 623960260pull/36343/head
parent
542c160fe6
commit
e5131b5243
10 changed files with 10 additions and 10 deletions
@ -1,5 +1,5 @@ |
||||
# GRPC Python setup requirements |
||||
coverage>=4.0 |
||||
cython>=3.0.0 |
||||
protobuf>=4.21.3,<5.0dev |
||||
protobuf>=5.26.1,<6.0dev |
||||
wheel>=0.29 |
||||
|
Loading…
Reference in new issue