gapic-generator-python icon indicating copy to clipboard operation
gapic-generator-python copied to clipboard

Add a version check for `google-api-core` in async rest transport class and test cases.

Open ohmayr opened this issue 1 year ago • 0 comments

Ensure that the installed version of google-api-core has the necessary features required to use async rest transport. If the correct version is not installed, then an exception must be raised.

Also remove type: ignore from the relevant spots once this is addressed which can be looked up by searching for this issue.

ohmayr avatar Sep 10 '24 19:09 ohmayr