We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e400b0 commit c7331b7Copy full SHA for c7331b7
WORKSPACE
@@ -244,8 +244,8 @@ pip_repositories()
244
# Change upstream repository once PR is merged
245
http_archive(
246
name = "gapic_generator_python",
247
- strip_prefix = "gapic-generator-python-0.33.6",
248
- urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.33.6.zip"],
+ strip_prefix = "gapic-generator-python-0.35.6",
+ urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.35.6.zip"],
249
)
250
251
load(
0 commit comments