We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc18612 commit 6a18a3cCopy full SHA for 6a18a3c
WORKSPACE
@@ -224,8 +224,8 @@ pip_repositories()
224
# Change upstream repository once PR is merged
225
http_archive(
226
name = "gapic_generator_python",
227
- urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.32.2.zip"],
228
- strip_prefix = "gapic-generator-python-0.32.2",
+ urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.33.0.zip"],
+ strip_prefix = "gapic-generator-python-0.33.0",
229
)
230
231
load("@gapic_generator_python//:repositories.bzl",
0 commit comments