Skip to content

Commit

Permalink
fix(deps): Require google-api-core >=1.34.0, >=2.11.0
Browse files Browse the repository at this point in the history
fix: Drop usage of pkg_resources

fix: Fix timeout default values

docs(samples): Snippetgen should call await on the operation coroutine before calling result

PiperOrigin-RevId: 493260409
  • Loading branch information
Google APIs authored and Copybara-Service committed Dec 6, 2022
1 parent 314e135 commit fea4387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Expand Up @@ -292,7 +292,7 @@ load("@rules_python//python:pip.bzl", "pip_install")

pip_install()

_gapic_generator_python_version = "1.6.2"
_gapic_generator_python_version = "1.7.0"

http_archive(
name = "gapic_generator_python",
Expand Down

0 comments on commit fea4387

Please sign in to comment.