Skip to content

Commit 799f13c

Browse files
authored
Merge pull request #10679 from dhalbert/cryptography-version
restrict Python cryptography version
2 parents b1f26d1 + 1786e9a commit 799f13c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ intelhex
2525
# for building & testing natmods
2626
pyelftools
2727

28-
cryptography
28+
# newer versions break ESP-IDF now
29+
cryptography<45
2930

3031
# for web workflow minify
3132
minify_html

0 commit comments

Comments
 (0)