diff --git a/docs/installation.rst b/docs/installation.rst index 8aacd2ba30..8e4d80ac22 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -93,7 +93,7 @@ The supported version of OpenSSL for the Python SDK is version 1.0.1 or newer. If the version is lower than ``1.0.1``, run the following command to bypass the version issue:: - pip install requests[security] + pip install requests[security]==2.11.1 This command instructs the `requests `_ library used by the Python SDK to use the version of OpenSSL that is bundled with the `cryptography `_