Skip to content

Commit 83a7e1c

Browse files
Google APIscopybara-github
authored andcommitted
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
1 parent ffc7779 commit 83a7e1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ pip_repositories()
278278

279279
http_archive(
280280
name = "gapic_generator_python",
281-
strip_prefix = "gapic-generator-python-0.43.3",
282-
urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.43.3.zip"],
281+
strip_prefix = "gapic-generator-python-0.45.1",
282+
urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.45.1.zip"],
283283
)
284284

285285
load(

0 commit comments

Comments
 (0)