Skip to content

Commit 7ddec81

Browse files
Apply suggestions from code review
1 parent ce6a89a commit 7ddec81

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

plugins/community/nipunn1313-mypy-grpc/v4.0.0/buf.plugin.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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"

plugins/community/nipunn1313-mypy/v4.0.0/buf.plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

plugins/grpc-ecosystem/gateway/v2.27.4/buf.plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ registry:
1717
- standalone=true
1818
- separate_package=true
1919
deps:
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
2222
spdx_license_id: BSD-3-Clause
2323
license_url: https://github.com/grpc-ecosystem/grpc-gateway/blob/v2.27.4/LICENSE

0 commit comments

Comments
 (0)