File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
grpc-ecosystem/gateway/v2.27.4 Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ registry:
1515 deps :
1616 # https://github.com/nipunn1313/mypy-protobuf/tree/v4.0.0#requirements-to-run-typecheckers-on-stubs-generated-by-mypy-protobuf
1717 # > Earlier releases might work, but aren't tested.
18- - " types-protobuf >= 5.28 "
19- - " protobuf >= 5.28.2 "
18+ - " types-protobuf >= 6.32 "
19+ - " protobuf >= 6.32 "
2020 # https://github.com/nipunn1313/mypy-protobuf/tree/v4.0.0#to-run-typecheckers-on-code-generated-with-grpc-plugin---youll-additionally-need
2121 # > Earlier releases might work, but aren't tested
22- - " grpcio >= 1.66.2 "
22+ - " grpcio >= 1.70 "
2323 # https://pypi.org/project/grpcio-tools/
24- - " grpcio-tools >= 1.66.2 "
25- # https://pypi.org/project/grpc-stubs /
26- - " grpc-stubs >= 1.53 .0.5 "
24+ - " grpcio-tools >= 1.70 "
25+ # https://pypi.org/project/types-grpcio /
26+ - " types-grpcio >= 1.0 .0.20251009 "
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ registry:
1515 deps :
1616 # https://github.com/nipunn1313/mypy-protobuf/tree/v4.0.0#requirements-to-run-typecheckers-on-stubs-generated-by-mypy-protobuf
1717 # > Earlier releases might work, but aren't tested.
18- - " types-protobuf >= 5.28 "
19- - " protobuf >= 5.28.2 "
18+ - " types-protobuf >= 6.32 "
19+ - " protobuf >= 6.32 "
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ registry:
1717 - standalone=true
1818 - separate_package=true
1919deps :
20- - plugin : buf.build/protocolbuffers/go:v1.36.10
20+ - plugin : buf.build/protocolbuffers/go:v1.36.11
2121 - plugin : buf.build/grpc/go:v1.5.1
2222spdx_license_id : BSD-3-Clause
2323license_url : https://github.com/grpc-ecosystem/grpc-gateway/blob/v2.27.4/LICENSE
You can’t perform that action at this time.
0 commit comments