codemagic-ci-cd / cli-tools

Various utilities to managing Android and iOS app builds, code signing, and deployment.
https://codemagic.io/start/
GNU General Public License v3.0
244 stars 42 forks source link

Dependencies: Remove uppder bounds from `cryptography` and `google-api-python-client` #241

Closed priitlatt closed 2 years ago

priitlatt commented 2 years ago

In PR #217 constraint <37 was set for cryptography as this version introduced a conflict with pyOpenSSL. Version 37.0.1 fixed this and as such there is no need for that constraint any more. The limit for google-api-python-client was just unjustified and GooglePlayDeveloperAPIClient that relies on this module works fine with latest version too.