Issues with Requests 1.0.* #140
Labels
No labels
Bug
Enhancement
Feature Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/twython#140
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There's a lot of problems with the latest requests.
I've started going through them. For example. OAuth1 has been removed into another 3rd-party lib, requests_oauthlib, that has to be included.
Request sessions also don't allow you to pass kwargs anymore. I'm slowly going through and trying to fix what's wrong, but I'm not that clued up on the inner workings of requests, so it is taking some time. If someone else wants to step up and fix it, it would be appreciated. Until then, it's probably best to use an older version of requests for your app.
Is there anything these changes don't fix with requests 1.1.0 and the requests-oauthlib on GitHub?