Skip to content

Commit b309e2c

Browse files
committed
Tools: Constrain the cryptography package for avoiding breaking changes
The cryptography 35 release causes breaking changes. Some of certificates are rendered invalid and the package cannot be build without rust. See https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst#3500---2021-09-29 for more details.
1 parent 0f200b4 commit b309e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ setuptools
88
click>=5.0
99
pyserial>=3.0
1010
future>=0.15.2
11-
cryptography>=2.1.4
11+
cryptography>=2.1.4,<35
1212
pyparsing>=2.0.3,<2.4.0
1313
pyelftools>=0.22

0 commit comments

Comments
 (0)