googleapis / gapic-generator-python

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

Bump the minimum version of `google-api-core` in GAPICs #2119

Open ohmayr opened 2 months ago

ohmayr commented 2 months ago

Bump the minimum version of google-api-core in GAPICs to include the changes required for an asynchronous REST transport and to leverage the updated wrap_method with the kind method unconditionally for async calls.

vchudnov-g commented 2 months ago

Once that is done, remove run-time dependency checks around this issue, which ought to be findable by searching for TODOs referencing this GitHub issue's URL.