File "/root/project/keg_elements/crypto.py", line 150, in encrypt_fileobj
padder = padding.PKCS7(encryptor._ctx._cipher.block_size).padder()
^^^^^^^^^^^^^^
AttributeError: 'cryptography.hazmat.bindings._rust.openssl.ciphers.CipherContext' object has no attribute '_ctx'
Break happens with cryptography 43.0.0 and later.