googleapis / google-auth-library-python

Google Auth Python Library
https://googleapis.dev/python/google-auth/latest/
Apache License 2.0
755 stars 303 forks source link

feat: Make init.py to can load google.auth and google.outh2 with import google #1487

Closed CureSaba closed 4 months ago

CureSaba commented 4 months ago

For fix this issue https://github.com/googleapis/google-auth-library-python/issues/1426 You can load google.auth and google.outh2 with import google

clundin25 commented 4 months ago

I don't see any benefits to introducing this change.

CureSaba commented 4 months ago

If this change is accepted I believe we could run into issues like googleapis/google-cloud-python#11399 where there is a conflict with other packages that use the google namespace.

CureSaba commented 4 months ago

This pull request has been stopped to avoid conflicts with other libraries that use google mamespace.