mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-19 13:17:47 +02:00
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:
parent
ffc7779a71
commit
83a7e1c8c2
1 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue