There was an error while loading. Please reload this page.
1 parent d68e98f commit 09a3a6bCopy full SHA for 09a3a6b
1 file changed
packages/gapic-generator/gapic/templates/%namespace/%name_%version/%sub/_compat.py.j2
@@ -52,8 +52,8 @@ except ImportError: # pragma: NO COVER
52
53
54
{# TODO(https://github.com/googleapis/google-cloud-python/issues/17883):
55
-Defer to google.auth.transport.mtls.should_use_mtls_endpoint to parse
56
-GOOGLE_API_USE_MTLS_ENDPOINT when available in minimum supported google-auth. #}
+Defer to google.auth.transport.mtls.should_use_mtls_endpoint (available in google-auth >= 2.56.0)
+to parse GOOGLE_API_USE_MTLS_ENDPOINT when available in minimum supported google-auth. #}
57
def read_environment_variables():
58
"""Returns the environment variables used by the client.
59
0 commit comments