feat: update version of gapic-generator-python used in Bazel rule
PiperOrigin-RevId: 317199748
This commit is contained in:
parent
4684dae25e
commit
ff1b4ff2cf
|
|
@ -218,8 +218,8 @@ pip_repositories()
|
|||
# Change upstream repository once PR is merged
|
||||
http_archive(
|
||||
name = "gapic_generator_python",
|
||||
urls = ["https://github.com/googleapis/gapic-generator-python/archive/2d332245b0a7b38f0770a051ed6ed0e631fc9296.zip"],
|
||||
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",
|
||||
)
|
||||
|
||||
load("@gapic_generator_python//:repositories.bzl",
|
||||
|
|
|
|||
Loading…
Reference in New Issue