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
This commit is contained in:
Google APIs 2021-01-05 16:44:11 -08:00 committed by Copybara-Service
parent 781d34e5c9
commit 5206824352
1 changed files with 4 additions and 11 deletions

View File

@ -41,8 +41,8 @@ http_archive(
# version of the library will be selected as a transitive dependency of gRPC. # version of the library will be selected as a transitive dependency of gRPC.
http_archive( http_archive(
name = "rules_python", name = "rules_python",
strip_prefix = "rules_python-748aa53d7701e71101dfd15d800e100f6ff8e5d1", strip_prefix = "rules_python-0.1.0",
url = "https://github.com/bazelbuild/rules_python/archive/748aa53d7701e71101dfd15d800e100f6ff8e5d1.zip", url = "https://github.com/bazelbuild/rules_python/archive/0.1.0.tar.gz",
) )
http_archive( http_archive(
@ -230,18 +230,14 @@ protoc_docs_plugin_repositories()
protoc_docs_plugin_register_toolchains() protoc_docs_plugin_register_toolchains()
load("@rules_python//python:repositories.bzl", "py_repositories")
py_repositories()
load("@rules_python//python:pip.bzl", "pip_repositories") load("@rules_python//python:pip.bzl", "pip_repositories")
pip_repositories() pip_repositories()
http_archive( http_archive(
name = "gapic_generator_python", name = "gapic_generator_python",
strip_prefix = "gapic-generator-python-0.37.1", strip_prefix = "gapic-generator-python-0.39.1",
urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.37.1.zip"], urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.39.1.zip"],
) )
load( load(
@ -254,9 +250,6 @@ gapic_generator_python()
gapic_generator_register_toolchains() gapic_generator_register_toolchains()
load("@gapic_generator_python_pip_deps//:requirements.bzl", "pip_install")
pip_install()
############################################################################## ##############################################################################
# Go # Go