Closed rgooler closed 11 years ago
Indeed, I wrote this before requests-1.0 came out, and it had a lot of backwards incompatible changes. My plan for now is:
Quick update.
lxml
dependency in favor of etree
. Due to the popularity of etree
and requests
, I am going to be embedding the versions used in this library to make it more palatable for distribution.The next step will be to review the remaining unimplemented methods from their API / TODO's and decide whether they should be added before 1.0.
Awesome, this saves me a good bit of time. I'll let you know how it works in the next few days when I get a chance to integrate it!
On Tue, May 7, 2013 at 3:08 PM, Andrew Gross notifications@github.comwrote:
- was a lie, I just put it on travis. https://travis-ci.org/andrewgross/pyrelic/jobs/6972097
— Reply to this email directly or view it on GitHubhttps://github.com/andrewgross/pyrelic/issues/4#issuecomment-17573941 .
Pushed 0.4.0 to work with requests 1.2.0
I'll release the embedded version soon
Looks like requests 1.0 and greater broke a lot of stuff.