Skip to content

Commit a43e0a4

Browse files
authored
Extract grpcio plugins (#13896)
1 parent 5991c93 commit a43e0a4

31 files changed

+16
-13
lines changed

pyrightconfig.stricter.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
"stubs/gdb",
4545
"stubs/geopandas",
4646
"stubs/google-cloud-ndb",
47+
"stubs/grpcio-channelz/grpc_channelz/v1",
48+
"stubs/grpcio-health-checking/grpc_health/v1/health_pb2_grpc.pyi",
49+
"stubs/grpcio-reflection/grpc_reflection/v1alpha",
50+
"stubs/grpcio-status/grpc_status",
4751
"stubs/grpcio/grpc/__init__.pyi",
48-
"stubs/grpcio/grpc_channelz/v1",
49-
"stubs/grpcio/grpc_health/v1/health_pb2_grpc.pyi",
50-
"stubs/grpcio/grpc_reflection/v1alpha",
51-
"stubs/grpcio/grpc_status",
5252
"stubs/hdbcli/hdbcli/dbapi.pyi",
5353
"stubs/html5lib",
5454
"stubs/httplib2",

stubs/grpcio-channelz/METADATA.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version = "1.*"
2+
upstream_repository = "https://github.com/grpc/grpc"
3+
requires = ["types-grpcio", "types-protobuf"]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version = "1.*"
2+
upstream_repository = "https://github.com/grpc/grpc"
3+
requires = ["types-grpcio", "types-protobuf"]

0 commit comments

Comments
 (0)