fix: add async client to %name_%version/init.py

chore: add autogenerated snippets
chore: remove auth, policy, and options from the reserved names list
feat: support self-signed JWT flow for service accounts
chore: enable GAPIC metadata generation
chore: sort subpackages in %namespace/%name/init.py

PiperOrigin-RevId: 372197450
This commit is contained in:
Google APIs 2021-05-05 13:39:02 -07:00 committed by Copybara-Service
parent ffc7779a71
commit 83a7e1c8c2

View file

@ -278,8 +278,8 @@ pip_repositories()
http_archive(
name = "gapic_generator_python",
strip_prefix = "gapic-generator-python-0.43.3",
urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.43.3.zip"],
strip_prefix = "gapic-generator-python-0.45.1",
urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.45.1.zip"],
)
load(