michaelhelmick / python-tumblpy

A Python Library to interface with Tumblr v2 REST API & OAuth
BSD 2-Clause "Simplified" License
122 stars 36 forks source link

Relaxed version requirements for requests and oauthlib #28

Closed Telofy closed 10 years ago

Telofy commented 10 years ago

In order to resolve some problems associated with #27, I have been running Tumblpy with the current versions of the two libraries for about a day with no problems. However, my service only retrieves the follower list, and creates and updates posts, so it uses a small subset of the whole Tumblr API.

michaelhelmick commented 10 years ago

@Telofy Just wanted to ask, have you checked any endpoints using a version of requests greater that what it was pinned at before? Unfortunately, we don't have tests to test this.

I want to merge this, but don't want it to break the entire library. If you could test at least a couple major endpoints, I'd appreciate it!

Telofy commented 10 years ago

I tested a bunch of them until I got bored. ^^ No problems. Here’s the protocol: http://claviger.net/assets/tumblpy-test.txt

michaelhelmick commented 10 years ago

Thanks! I'll have a release soon!

michaelhelmick commented 10 years ago

python-tumblpy 1.0.3 is available via pip!