We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40292fc commit 8c85e06Copy full SHA for 8c85e06
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.25.2.zip"],
227
- strip_prefix = "gapic-generator-python-0.25.2",
+ urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.26.0.zip"],
+ strip_prefix = "gapic-generator-python-0.26.0",
228
)
229
230
load("@gapic_generator_python//:repositories.bzl",
0 commit comments