Describe the bug
Creating engine with jdbcapi+iseries driver raises TypeError
To Reproduce
$ python3.12 -m pip install sqlalchemy==2.0.41 sqlalchemy-jdbcapi==2.2.1
$ python3.12
>>> from sqlalchemy import create_engine
>>> create_engine("jdbcapi+iseries://user:pass@my_host")
...
TypeError: IMBiSeriesDialect() takes no arguments
Expected behavior
Engine instance is created without raising exception.
Desktop (please complete the following information):
Describe the bug
Creating engine with jdbcapi+iseries driver raises TypeError
To Reproduce
Expected behavior
Engine instance is created without raising exception.
Desktop (please complete the following information):