We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df14f33 commit c5d6d8eCopy full SHA for c5d6d8e
gapic/templates/noxfile.py.j2
@@ -285,7 +285,7 @@ def unit(session, protobuf_implementation):
285
286
287
def install_systemtest_dependencies(session, *constraints):
288
- session.install("--pre", "grpcio")
+ session.install("--pre", "grpcio<=1.62.2")
289
290
session.install(*SYSTEM_TEST_STANDARD_DEPENDENCIES, *constraints)
291
@@ -504,7 +504,7 @@ def prerelease_deps(session, protobuf_implementation):
504
"google-api-core",
505
"google-auth",
506
"grpc-google-iam-v1",
507
- "grpcio",
+ "grpcio<=1.62.2",
508
"grpcio-status",
509
"protobuf",
510
"proto-plus",
0 commit comments