-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Tear httplib2 out of google-cloud #1998
Comments
This should now be possible since |
|
Have we a bug for My chat history gets deleted to prevent me from volunteering for dumb things. |
I don't think so, it's part of the "ditch |
@dhermes @jonparrott is |
That's already the case. We should stop using httplib2 completely and
switch to urllib3.
…On Tue, Mar 7, 2017, 7:40 AM Thomas Schultz ***@***.***> wrote:
@dhermes <https://github.com/dhermes> @jonparrott
<https://github.com/jonparrott> is google_auth_httplib2.py
<https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/httplib2_transport/google_auth_httplib2.py>
what should be used instead of directly using httplib2?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1998 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAPUc4JemYIoNQ_HoPy7KSbmgZqI-xJeks5rjXplgaJpZM4JQDt8>
.
|
Here is what remains:
|
@dhermes Do you have a timeline for when this will be completed? |
I am bumping this to a p1 and assigning to myself, it's critical that we remove usage of httplib2 before we GA any more libraries. |
/cc @lukesneeringer on that last comment. |
Copy that. Thank you for the effort. |
Note: Translate is NOT pushed to PyPI yet; do I need to hold it? |
@lukesneeringer translate is probably okay. All of the other current GA libraries accept an http parameter that has to be an httplib2 instance, so I'm not sure how we want to deal with that yet. Update: nvm, the |
Ahhhhhhh! 🙌 🎊 🥇 🎉 🌮 |
GOOOOOOOOOOOOOOOOOOOOOAL!!! |
Congrats guys! |
I plan to tackle this soon-ish.
This is so we can move to a better-maintained (or allow BYO) transport layer.
The text was updated successfully, but these errors were encountered: