update python micro-gen version
PiperOrigin-RevId: 324035013
This commit is contained in:
parent
d399c754bd
commit
8cda089acc
|
|
@ -223,8 +223,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/v0.30.0.zip"],
|
||||
strip_prefix = "gapic-generator-python-0.30.0",
|
||||
urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.31.0.zip"],
|
||||
strip_prefix = "gapic-generator-python-0.31.0",
|
||||
)
|
||||
|
||||
load("@gapic_generator_python//:repositories.bzl",
|
||||
|
|
|
|||
Loading…
Reference in New Issue