You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: I have revised the release notes for SQLA 1.4.0 and ... Mikado will need lots of work to be made compatible. Many constructs that are used in the code have been deprecated (session.query, baked queries to name two).
Update: sqlalchemy-utils now supports SQLA 1.4+, from 0.37 (present in PyPI but not Conda).
The pin on sqlalchemy can now be removed if sqlalchemy-utils is enforced to 0.37 and later.
- Updates implicitly converted scalar queries in orf and junctions.
- Removes "threadlocal" strategy from the engine connection parameters in xml_serialiser.py as this is not supported.
Fixes#388
Version 2.2.1 introduces a pin for https://github.com/kvesteri/sqlalchemy-utils as it is incompatible with SQLAlchemy 1.4.0 and newer.
This pin should be removed as soon as sqlalchemy-utils is updated with a patch introducing the compatibility.
The text was updated successfully, but these errors were encountered: