eladkal commented on code in PR #30487: URL: https://github.com/apache/airflow/pull/30487#discussion_r1162848040
########## airflow/providers/mysql/provider.yaml: ########## @@ -23,6 +23,7 @@ description: | suspended: false versions: + - 4.0.3 Review Comment: ```suggestion ``` Since we decided ita not breaking change no need to specify version. Version will be set on release ########## airflow/providers/mysql/CHANGELOG.rst: ########## @@ -27,6 +27,14 @@ used with MySQL server 5.6.4 through 5.7. Changelog --------- +4.0.3 +..... + +Misc +~~~~ + +* ``Turn the package mysql-connector-python optional (dependency moved to extra) (#30487)`` + Review Comment: ```suggestion ``` -- 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]
