From 83a7e1c8c2f7421ded45ed323eb1fda99ef5ea46 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Wed, 5 May 2021 13:39:02 -0700 Subject: [PATCH] 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 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 24df9b827c..cdc34d8cae 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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(