apache-airflow-providers-mysql 6.3.5__py3-none-any.whl → 6.4.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29,11 +29,11 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "6.3.5"
32
+ __version__ = "6.4.0"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
- "2.10.0"
35
+ "2.11.0"
36
36
  ):
37
37
  raise RuntimeError(
38
- f"The package `apache-airflow-providers-mysql:{__version__}` needs Apache Airflow 2.10.0+"
38
+ f"The package `apache-airflow-providers-mysql:{__version__}` needs Apache Airflow 2.11.0+"
39
39
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-mysql
3
- Version: 6.3.5
3
+ Version: 6.4.0
4
4
  Summary: Provider package apache-airflow-providers-mysql for Apache Airflow
5
5
  Keywords: airflow-provider,mysql,airflow,integration
6
6
  Author-email: Apache Software Foundation <dev@airflow.apache.org>
@@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.13
22
22
  Classifier: Topic :: System :: Monitoring
23
23
  License-File: LICENSE
24
24
  License-File: NOTICE
25
- Requires-Dist: apache-airflow>=2.10.0
25
+ Requires-Dist: apache-airflow>=2.11.0
26
26
  Requires-Dist: apache-airflow-providers-common-compat>=1.8.0
27
27
  Requires-Dist: apache-airflow-providers-common-sql>=1.20.0
28
28
  Requires-Dist: mysqlclient>=2.2.5; sys_platform != "darwin"
@@ -34,8 +34,8 @@ Requires-Dist: apache-airflow-providers-presto ; extra == "presto"
34
34
  Requires-Dist: apache-airflow-providers-trino ; extra == "trino"
35
35
  Requires-Dist: apache-airflow-providers-vertica ; extra == "vertica"
36
36
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
37
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.5/changelog.html
38
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.5
37
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.4.0/changelog.html
38
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.4.0
39
39
  Project-URL: Mastodon, https://fosstodon.org/@airflow
40
40
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
41
41
  Project-URL: Source Code, https://github.com/apache/airflow
@@ -72,7 +72,7 @@ Provides-Extra: vertica
72
72
 
73
73
  Package ``apache-airflow-providers-mysql``
74
74
 
75
- Release: ``6.3.5``
75
+ Release: ``6.4.0``
76
76
 
77
77
 
78
78
  `MySQL <https://www.mysql.com/>`__
@@ -85,7 +85,7 @@ This is a provider package for ``mysql`` provider. All classes for this provider
85
85
  are in ``airflow.providers.mysql`` python package.
86
86
 
87
87
  You can find package information and changelog for the provider
88
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.5/>`_.
88
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.4.0/>`_.
89
89
 
90
90
  Installation
91
91
  ------------
@@ -102,7 +102,7 @@ Requirements
102
102
  ========================================== =====================================
103
103
  PIP package Version required
104
104
  ========================================== =====================================
105
- ``apache-airflow`` ``>=2.10.0``
105
+ ``apache-airflow`` ``>=2.11.0``
106
106
  ``apache-airflow-providers-common-compat`` ``>=1.8.0``
107
107
  ``apache-airflow-providers-common-sql`` ``>=1.20.0``
108
108
  ``mysqlclient`` ``>=2.2.5; sys_platform != "darwin"``
@@ -150,5 +150,5 @@ Extra Dependencies
150
150
  ========================== ========================================
151
151
 
152
152
  The changelog for the provider package can be found in the
153
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.5/changelog.html>`_.
153
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.4.0/changelog.html>`_.
154
154
 
@@ -1,4 +1,4 @@
1
- airflow/providers/mysql/__init__.py,sha256=A36v7YKM1h4X0e9dgyxoRIKLcVKZj3Xjm7b8mh-wcBI,1494
1
+ airflow/providers/mysql/__init__.py,sha256=jdO0z74azI-9Vt8Ov9vy0k_DedW1nk9ORsbrKp0rDdc,1494
2
2
  airflow/providers/mysql/get_provider_info.py,sha256=LNQZ8O48srWzGjS8mzLeAsa-VFGFY6ypkHK1jjr6umc,3064
3
3
  airflow/providers/mysql/version_compat.py,sha256=WjmnDM48kcYw3Je7Y3y2QW72dcq1nAhuuQb0EwxKJig,1197
4
4
  airflow/providers/mysql/assets/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
@@ -10,9 +10,9 @@ airflow/providers/mysql/transfers/presto_to_mysql.py,sha256=tD8IcBU9Bn-b9LC-g43Q
10
10
  airflow/providers/mysql/transfers/s3_to_mysql.py,sha256=E5Ldaj1rzhUeDKVTYo63VHAbVINcmzi1jZkUZRHTUXM,3938
11
11
  airflow/providers/mysql/transfers/trino_to_mysql.py,sha256=gQapv53XpTeEOmro63nDZgN1H0qz9Ig2K5bOhaDDv6k,3313
12
12
  airflow/providers/mysql/transfers/vertica_to_mysql.py,sha256=cVJqw3lncx4ZaicKjft9lR87sH-O54U-YlSgcppUDTU,6828
13
- apache_airflow_providers_mysql-6.3.5.dist-info/entry_points.txt,sha256=kIbWluJZ1LX9jo9pLkqbnu6DUgYpoGKXzmSvjT5czKM,101
14
- apache_airflow_providers_mysql-6.3.5.dist-info/licenses/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
15
- apache_airflow_providers_mysql-6.3.5.dist-info/licenses/NOTICE,sha256=E3-_E02gwwSEFzeeWPKmnIjOoos3hW28CLISV6sYrbQ,168
16
- apache_airflow_providers_mysql-6.3.5.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
17
- apache_airflow_providers_mysql-6.3.5.dist-info/METADATA,sha256=fcykFTpo58AsyBBIuvlVboFiPkBciGjEZyWbTYxWzyE,7499
18
- apache_airflow_providers_mysql-6.3.5.dist-info/RECORD,,
13
+ apache_airflow_providers_mysql-6.4.0.dist-info/entry_points.txt,sha256=kIbWluJZ1LX9jo9pLkqbnu6DUgYpoGKXzmSvjT5czKM,101
14
+ apache_airflow_providers_mysql-6.4.0.dist-info/licenses/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
15
+ apache_airflow_providers_mysql-6.4.0.dist-info/licenses/NOTICE,sha256=E3-_E02gwwSEFzeeWPKmnIjOoos3hW28CLISV6sYrbQ,168
16
+ apache_airflow_providers_mysql-6.4.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
17
+ apache_airflow_providers_mysql-6.4.0.dist-info/METADATA,sha256=IKM-W3suUdjg3ILGTHQackiNrJJjMvhQjrGOSKzyrZw,7499
18
+ apache_airflow_providers_mysql-6.4.0.dist-info/RECORD,,