Skip to content

Commit

Permalink
fix(deps): Require google-api-core>=1.34.1
Browse files Browse the repository at this point in the history
fix: Resolve issue with missing import for certain enums in `**/types/…`

PiperOrigin-RevId: 607041732
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 14, 2024
1 parent 20c357f commit b453267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Expand Up @@ -323,7 +323,7 @@ load("@rules_gapic//python:py_gapic_repositories.bzl", "py_gapic_repositories")

py_gapic_repositories()

_gapic_generator_python_version = "1.14.2"
_gapic_generator_python_version = "1.14.3"

http_archive(
name = "gapic_generator_python",
Expand Down

0 comments on commit b453267

Please sign in to comment.