Pin cryptography to 3.3.2
[releng/global-jjb.git] / releasenotes / notes / pip-cryptography-module-3.3.2-40839530eb33b88d.yaml
1 ---
2 fixes:
3   - |
4     Pin cryptography to 3.3.2
5
6     The latest version of module breaks compatibility with the latest version
7     of pip.
8
9
10     Error:
11
12     .. code-block:: bash
13
14        Traceback (most recent call last):
15          File "<string>", line 1, in <module>
16          File "/tmp/pip-build-vqk6fya9/cryptography/setup.py", line 14,
17          in <module> from setuptools_rust import RustExtension
18        ModuleNotFoundError: No module named 'setuptools_rust'
19
20
21     Reference:
22
23        `PYCA#5753 <https://github.com/pyca/cryptography/issues/5753>`
24        `PYCA#5771 <https://github.com/pyca/cryptography/issues/5771>`