github-actions[bot] opened a new pull request, #67492: URL: https://github.com/apache/airflow/pull/67492
The released apache-airflow-providers-mysql on PyPI does not yet carry the pymysql<1.2 cap from #67467, so PyPI constraint generation picks up pymysql 1.2.0 and breaks SQLAlchemy's AsyncAdapt_aiomysql_connection.ping(). Mirror the cap in the constraints script's additional_constraints_for_highest_resolution so PyPI constraints stay installable until the SQLAlchemy fix is released. Also extend the comment in providers/mysql/pyproject.toml to link the upstream tracking issue (sqlalchemy/sqlalchemy#13306). (cherry picked from commit 6e9757b54d05bb395dee78a0b3c57bed8b7771ed) Co-authored-by: Jarek Potiuk <[email protected]> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
