Skip to content

Commit

Permalink
feat: Add support for opt-in debug logging
Browse files Browse the repository at this point in the history
fix: Fix typing issue with gRPC metadata when key ends in -bin
chore: Update gapic-generator-python to v1.21.0

PiperOrigin-RevId: 705285820
  • Loading branch information
Google APIs authored and copybara-github committed Dec 12, 2024
1 parent c46c4ec commit f9b8b91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,9 @@ load("@rules_gapic//python:py_gapic_repositories.bzl", "py_gapic_repositories")

py_gapic_repositories()

_gapic_generator_python_version = "1.20.2"
_gapic_generator_python_version = "1.21.0"

_gapic_generator_python_sha256 = "151c399872a325026dbf21d40a416f477db3156cb14fe64dba398c16c662e64a"
_gapic_generator_python_sha256 = "3d699e92bf6b6b30da8be030900cfbe293b7d0bfa2a26c580ee790f51ae593df"

http_archive(
name = "gapic_generator_python",
Expand Down

0 comments on commit f9b8b91

Please sign in to comment.