Skip to content

Corrige un `DeprecationWarning`

Ronan Amicel requested to merge fix-warning into main
DeprecationWarning: The `Row.keys()` method is deprecated to mimic SQLAlchemy behaviour, use `Row._mapping.keys()` instead.

Merge request reports