We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4684dae commit ff1b4ffCopy full SHA for ff1b4ff
WORKSPACE
@@ -218,8 +218,8 @@ pip_repositories()
218
# Change upstream repository once PR is merged
219
http_archive(
220
name = "gapic_generator_python",
221
- urls = ["https://github.com/googleapis/gapic-generator-python/archive/2d332245b0a7b38f0770a051ed6ed0e631fc9296.zip"],
222
- strip_prefix = "gapic-generator-python-2d332245b0a7b38f0770a051ed6ed0e631fc9296",
+ urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.25.0.zip"],
+ strip_prefix = "gapic-generator-python-0.25.0",
223
)
224
225
load("@gapic_generator_python//:repositories.bzl",
0 commit comments