We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd331eb commit 06f7e33Copy full SHA for 06f7e33
1 file changed
MODULE.bazel
@@ -51,7 +51,7 @@ python.toolchain(
51
python_version = "3.11",
52
)
53
54
-bazel_dep(name = "grpc", version = "1.71.0", repo_name = "com_github_grpc_grpc")
+bazel_dep(name = "grpc", version = "1.73.0-pre1", repo_name = "com_github_grpc_grpc")
55
bazel_dep(name = "googleapis", version = "0.0.0", repo_name = "com_google_googleapis")
56
archive_override(
57
module_name = "googleapis",
0 commit comments