Use successor Oracle DB Python driver python-oracledb instead of the old cx-Oracle
Back in May 2022, Oracle superseded cx-Oracle with python-oracledb, see the release notes.
The really nice thing about that is that python-oracledb is not only the successor of cx-Oracle with a better name, but it's also a thin driver, meaning that users no longer have to install any additional binaries or libraries, making it much, much easier for users to just install the driver and connect to an Oracle database.
Thank you for the information; it will undoubtedly help the project in deployment.
Thanks for the note. It looks like sqlalchemy doesn't support python-oracledb out of the box yet. But we can switch over once sqlalchemy 2.x is released.
this has been implemented with the merge of @gvenzl's PR #363