Pin cryptography and chacha20poly1305-reuseable to minimum compatible versions

cryptography 42+ has a breaking change for chacha20poly1305-reuseable so
it must be >=0.12.1

HA issue https://github.com/home-assistant/core/issues/109804

esphome will likely have the same problem so lets fix it here
This commit is contained in:
J. Nick Koston 2024-02-06 12:05:55 -06:00
parent d63f10d6e3
commit 5d1f3ee32d
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
aiohappyeyeballs>=2.3.0
protobuf>=3.19.0
zeroconf>=0.128.4,<1.0
chacha20poly1305-reuseable>=0.12.0
chacha20poly1305-reuseable>=0.12.1
cryptography>=42.0.2
noiseprotocol>=0.3.1,<1.0
async-timeout>=4.0;python_version<'3.11'