shotgunsoftware / python-api

A Python-based library for accessing Flow Production Tracking API.
https://developer.shotgridsoftware.com/python-api
Other
306 stars 198 forks source link

SG-32806 Upgrade httplib2 to 0.22.0 #305

Closed carlos-villavicencio-adsk closed 1 year ago

carlos-villavicencio-adsk commented 1 year ago

In preparation for Python 3.10 we need to upgrade this dependency to remove warnings on CI and potential deprecation.

carlos-villavicencio-adsk commented 1 year ago

Do you have any idea why we use httplib2 anyway?

@julien-lang probably because of Python 2 support: see this line.

Would you mind reviewing this again? I had to force-push to overwrite my last commit in favor of this one.