From 520682435235d9c503983a360a2090025aa47cd1 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Tue, 5 Jan 2021 16:44:11 -0800 Subject: [PATCH] chore: upgrade gapic-generator-python to 0.39.1 feat: add 'from_service_account_info' factory to clients fix: fix sphinx identifiers PiperOrigin-RevId: 350246057 --- WORKSPACE | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 469199f6..981aee6f 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -41,8 +41,8 @@ http_archive( # version of the library will be selected as a transitive dependency of gRPC. http_archive( name = "rules_python", - strip_prefix = "rules_python-748aa53d7701e71101dfd15d800e100f6ff8e5d1", - url = "https://github.com/bazelbuild/rules_python/archive/748aa53d7701e71101dfd15d800e100f6ff8e5d1.zip", + strip_prefix = "rules_python-0.1.0", + url = "https://github.com/bazelbuild/rules_python/archive/0.1.0.tar.gz", ) http_archive( @@ -230,18 +230,14 @@ protoc_docs_plugin_repositories() protoc_docs_plugin_register_toolchains() -load("@rules_python//python:repositories.bzl", "py_repositories") - -py_repositories() - load("@rules_python//python:pip.bzl", "pip_repositories") pip_repositories() http_archive( name = "gapic_generator_python", - strip_prefix = "gapic-generator-python-0.37.1", - urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.37.1.zip"], + strip_prefix = "gapic-generator-python-0.39.1", + urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.39.1.zip"], ) load( @@ -254,9 +250,6 @@ gapic_generator_python() gapic_generator_register_toolchains() -load("@gapic_generator_python_pip_deps//:requirements.bzl", "pip_install") - -pip_install() ############################################################################## # Go