googleapis / gapic-generator-python

Generate Python API client libraries from Protocol Buffers.
Apache License 2.0
122 stars 69 forks source link

fix: fix typing issue with gRPC metadata when key ends in -bin #2251

Open parthea opened 5 days ago

parthea commented 5 days ago

This PR builds on top of https://github.com/googleapis/gapic-generator-python/pull/2253 which adds a macro for metadata

Fixes #2250 🦕