--- fixes: - | Pin cryptography to 3.3.2 The latest version of module breaks compatibility with the latest version of pip. Error: .. code-block:: bash Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-vqk6fya9/cryptography/setup.py", line 14, in from setuptools_rust import RustExtension ModuleNotFoundError: No module named 'setuptools_rust' Reference: `PYCA#5753 ` `PYCA#5771 `