Please upgrade your python SDK to use python package cryptography >= 43.
Every time I upgrade packages for my Python project, I have to back-level cryptography to < 43 as shown below:
pip install cryptography<43
I would be nice if you would upgrade oci to use cryptography>=43 to alleviate me having to constantly downgrade to < 43.