Skip to content

Add support for sqlalchemy 2.0

Compare
Choose a tag to compare
@matt-fleming matt-fleming released this 17 Apr 08:04
0b93676

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