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:
puddly
2024-02-06 10:55:51 -05:00
committed by GitHub
parent 545b888034
commit 6295f91a1f
2 changed files with 6 additions and 0 deletions

View File

@ -188,3 +188,6 @@ 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

View File

@ -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 = (