update account set salt=x'9237F5E6A074213B3903B913E7DB3DA46253F6006DF486D87F818A07CCB094EC' where username='abcde';
command update is ok in mysql-cli.
salt = a.hex().upper()
print(salt):
Prints: '9237F5E6A074213B3903B913E7DB3DA46253F6006DF486D87F818A07CCB094EC'
but error in python3 sqlalchemy:
sqlalchemy.exc.StatementError: (builtins.TypeError) string argument without an encoding