@@ -16,24 +16,24 @@ See [Changelog](CHANGELOG.md) for recent changes.
1616Earlier releases might work, but aren't tested
1717
1818- [ protoc >= 23.4] ( https://github.com/protocolbuffers/protobuf/releases )
19- - [ python-protobuf >= 4.25.3 ] ( https://pypi.org/project/protobuf/ ) - matching protoc release
19+ - [ python-protobuf >= 5.28.2 ] ( https://pypi.org/project/protobuf/ ) - matching protoc release
2020- [ python >= 3.8] ( https://www.python.org/downloads/source/ ) - for running mypy-protobuf plugin.
2121
2222## Requirements to run typecheckers on stubs generated by mypy-protobuf
2323
2424Earlier releases might work, but aren't tested
2525
2626- [ mypy >= v1.11.2] ( https://pypi.org/project/mypy ) or [ pyright >= 1.1.383] ( https://github.com/microsoft/pyright )
27- - [ python-protobuf >= 4.25.3 ] ( https://pypi.org/project/protobuf/ ) - matching protoc release
28- - [ types-protobuf >= 4.24 ] ( https://pypi.org/project/types-protobuf/ ) - for stubs from the google.protobuf library
27+ - [ python-protobuf >= 5.28.2 ] ( https://pypi.org/project/protobuf/ ) - matching protoc release
28+ - [ types-protobuf >= 5.28 ] ( https://pypi.org/project/types-protobuf/ ) - for stubs from the google.protobuf library
2929
3030### To run typecheckers on code generated with grpc plugin - you'll additionally need
3131
3232Earlier releases might work, but aren't tested
3333
34- - [ grpcio>=1.56 .2] ( https://pypi.org/project/grpcio/ )
35- - [ grpcio-tools>=1.56 .2] ( https://pypi.org/project/grpcio-tools/ )
36- - [ grpc-stubs>=1.53.0.2 ] ( https://pypi.org/project/grpc-stubs/ )
34+ - [ grpcio>=1.66 .2] ( https://pypi.org/project/grpcio/ )
35+ - [ grpcio-tools>=1.66 .2] ( https://pypi.org/project/grpcio-tools/ )
36+ - [ grpc-stubs>=1.53.0.5 ] ( https://pypi.org/project/grpc-stubs/ )
3737
3838Other configurations may work, but are not continuously tested currently.
3939We would be open to expanding this list - file an issue on the issue tracker.
0 commit comments