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
C Extension Fallback: Stopped forcing use_pure=False in the connection config by default. mysql-connector-python treats an explicit use_pure=False as a hard requirement for its C extension, raising ImportError instead of falling back to the pure-Python implementation when the extension can't load (e.g. built against a newer OpenSSL than the host provides, as with mysql-connector-python 26.7.0 on many Linux systems). use_pure is now only set when MYSQL_USE_PURE is explicitly configured.