mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Pin chacha20poly1305-reuseable>=0.12.1 (#109807)
* Pin `chacha20poly1305-reuseable` Prevents a runtime `assert isinstance(cipher, AESGCM)` error * Update `gen_requirements_all.py` as well
This commit is contained in:
@@ -181,6 +181,9 @@ dacite>=1.7.0
|
||||
|
||||
# Musle wheels for pandas 2.2.0 cannot be build for any architecture.
|
||||
pandas==2.1.4
|
||||
|
||||
# chacha20poly1305-reuseable==0.12.0 is incompatible with cryptography==42.0.x
|
||||
chacha20poly1305-reuseable>=0.12.1
|
||||
"""
|
||||
|
||||
GENERATED_MESSAGE = (
|
||||
|
||||
Reference in New Issue
Block a user