-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove dependencies on httplib2 and google-auth-httplib2 #1118
Comments
Hi @hiranya911, We're looking at putting something related to this (moving off of httplib2) on our 2021 Q1 OKRs. We'll update this issue when we have more concrete plans. |
Any update on this? |
This work was deprioritized in favor of investments on the modern google-cloud-* clients. @hiranya911 If you have issues from customers please do share them with us internally. |
Internal issue for future reference: 181689506 |
Is there any update on this issue? We use Google API Client to interact with Dataflow API, and couldn't find any reference to dataflow support on Google Cloud Client... |
Hi @mroblesm, I've filed a bug internally to inquire about the status of a Google Cloud Client for dataflow. Googlers see b/190586207 |
Thanks for investigating guys! Very appreciated ;) |
I think this issue is important. I hope geniuses in Google realize this issue and do something for this... |
Any update on this? |
Any update on this? @dhermes @theacodes |
This library still has dependencies on
httplib2
andgoogle-auth-httplib2
. Most of the other Google Python libs have migrated away from these. Specifically,httplib2
has known thread-safety problems, andgoogle-auth-httplib2
seems to have been developed as a backward compat package. Are there any plans for migrating these dependencies out?The text was updated successfully, but these errors were encountered: