This is a minor release to fix generation of SQLAlchemy connection strings using the python-oracledb
driver. It also updates the CI to run tests against Python 3.12 and 3.13.
What's Changed
- Run tests on newer Python versions by @leorudczenko in #216
- Make
OracleDbHelper.sqlalchemy_connection_string
useoracle+oracledb
instead oforacle
by @leorudczenko in #217
Full Changelog: v1.0.1...v1.0.2