Add support for sqlalchemy 2.0
Add support for SQLAlchemy 2.0 by correctly handling sqlalchemy.engine.url.URL
s, which are now immutable.
Older versions of tentaclio should pin sqlalchemy < 2.0
to avoid this issue.
Add support for SQLAlchemy 2.0 by correctly handling sqlalchemy.engine.url.URL
s, which are now immutable.
Older versions of tentaclio should pin sqlalchemy < 2.0
to avoid this issue.