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