Selaa lähdekoodia

Merge branch 'bugfix/constrain_cryptography' into 'release/v4.3'

Tools: Constrain the cryptography package version in order to avoid breaking changes

See merge request espressif/esp-idf!15410
Roland Dobai 4 vuotta sitten
vanhempi
sitoutus
64fe41a7dc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

@@ -8,7 +8,7 @@ setuptools>=21
 click>=7.0
 pyserial>=3.0
 future>=0.15.2
-cryptography>=2.1.4
+cryptography>=2.1.4,<35
 pyparsing>=2.0.3,<2.4.0
 pyelftools>=0.22