Skip to content

Commit 1786e9a

Browse files
committed
restrict Python cryptography version
1 parent 3d94daa commit 1786e9a

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)