The following query-style statement (https://github.com/wtsi-npg/npgtracking-python/blob/master/src/npgtracking/db/retrieval.py#L59) has been deprecated in 2.0 and should be changed to use execute(query).scalars().all() (to return Row objects) or the newest scalars(query).all() (to return scalars directly)
The following query-style statement (https://github.com/wtsi-npg/npgtracking-python/blob/master/src/npgtracking/db/retrieval.py#L59) has been deprecated in
2.0and should be changed to useexecute(query).scalars().all()(to return Row objects) or the newestscalars(query).all()(to return scalars directly)