Remove dependencies on httplib2 and google-auth-httplib2

Author: hiranya911Created Dec 1, 2020Updated Mar 6, 2026
Labelstype: feature requestnext major: breaking change

This library still has dependencies on httplib2 and google-auth-httplib2. Most of the other Google Python libs have migrated away from these. Specifically, httplib2 has known thread-safety problems, and google-auth-httplib2 seems to have been developed as a backward compat package. Are there any plans for migrating these dependencies out?

Source: googleapis/google-api-python-client