We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4987bc6 commit 2c486ceCopy full SHA for 2c486ce
setup.py
@@ -30,7 +30,7 @@
30
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1737): Unit test fails with
31
# `No module named 'cryptography.hazmat.backends.openssl.x509' for Python 3.7``.
32
cryptography_base_require = [
33
- "cryptography>=38.0.3",
+ "cryptography >= 38.0.3",
34
"cryptography < 39.0.0; python_version < '3.8'",
35
]
36
0 commit comments