mysqlclient v1.3.5 Release Notes

  • 🛠 Fix TINYBLOB, MEDIUMBLOB and LONGBLOB are treated as string and decoded to unicode or cause UnicodeError.

    🛠 Fix aware datetime is formatted with timezone offset (e.g. "+0900").

    =====================