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 87c08f9 commit 829393eCopy full SHA for 829393e
docs/installation.rst
@@ -93,7 +93,7 @@ The supported version of OpenSSL for the Python SDK is version 1.0.1 or newer.
93
94
If the version is lower than ``1.0.1``, run the following command to bypass the version issue::
95
96
- pip install requests[security]
+ pip install requests[security]==2.11.1
97
98
This command instructs the `requests <https://pypi.python.org/pypi/requests>`_
99
library used by the Python SDK to use the version of OpenSSL that is bundled with the `cryptography <https://pypi.python.org/pypi/cryptography>`_
0 commit comments