Skip to content

Commit

Permalink
Bump min version of mysql-connector-python (#36668)
Browse files Browse the repository at this point in the history
As part of extraction from #36537 I noticed that mysql-connector-python
causes also a lot of backtracking.

This PR bumps minimum version of the mysql-connection-python from
REALLY OLD (2018) to JUST OLD (2022).

(cherry picked from commit c29632a)
  • Loading branch information
potiuk authored and ephraimbuddy committed Jan 15, 2024
1 parent 536df66 commit 7037d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/mysql/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies:
- apache-airflow>=2.6.0
- apache-airflow-providers-common-sql>=1.3.1
- mysqlclient>=1.3.6
- mysql-connector-python>=8.0.11
- mysql-connector-python>=8.0.29

integrations:
- integration-name: MySQL
Expand Down
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@
"deps": [
"apache-airflow-providers-common-sql>=1.3.1",
"apache-airflow>=2.6.0",
"mysql-connector-python>=8.0.11",
"mysql-connector-python>=8.0.29",
"mysqlclient>=1.3.6"
],
"cross-providers-deps": [
Expand Down

0 comments on commit 7037d0e

Please sign in to comment.