GoogleCloudPlatform / gcs-oauth2-boto-plugin

Auth plugin allowing use the use of OAuth 2.0 credentials for Google Cloud Storage in the Boto library.
Apache License 2.0
21 stars 38 forks source link

Use an older version of rsa for python <= 3.4 #51

Closed rrauber closed 4 years ago

rrauber commented 4 years ago

The rsa library, which is a requirement for the oauth2client dependency, dropped support for python 2 and 3.4 after version 4 (https://pypi.org/project/rsa/4.1.1/), breaking compatibility with those versions for projects that use this one as a dependency.

Ideally we'd add this change in oauth2client, but as it is now deprecated and read-only that is not possible.