apache-airflow-providers-exasol 4.8.0__py3-none-any.whl → 4.8.1__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.

Potentially problematic release.


This version of apache-airflow-providers-exasol might be problematic. Click here for more details.

@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "4.8.0"
32
+ __version__ = "4.8.1"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
35
  "2.10.0"
@@ -17,9 +17,9 @@
17
17
  # under the License.
18
18
  from __future__ import annotations
19
19
 
20
- from collections.abc import Iterable, Mapping, Sequence
20
+ from collections.abc import Callable, Iterable, Mapping, Sequence
21
21
  from contextlib import closing
22
- from typing import TYPE_CHECKING, Any, Callable, TypeVar, overload
22
+ from typing import TYPE_CHECKING, Any, TypeVar, overload
23
23
 
24
24
  import pyexasol
25
25
  from deprecated import deprecated
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-exasol
3
- Version: 4.8.0
3
+ Version: 4.8.1
4
4
  Summary: Provider package apache-airflow-providers-exasol for Apache Airflow
5
5
  Keywords: airflow-provider,exasol,airflow,integration
6
6
  Author-email: Apache Software Foundation <dev@airflow.apache.org>
7
7
  Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
8
- Requires-Python: ~=3.9
8
+ Requires-Python: ~=3.10
9
9
  Description-Content-Type: text/x-rst
10
10
  Classifier: Development Status :: 5 - Production/Stable
11
11
  Classifier: Environment :: Console
@@ -15,18 +15,18 @@ Classifier: Intended Audience :: System Administrators
15
15
  Classifier: Framework :: Apache Airflow
16
16
  Classifier: Framework :: Apache Airflow :: Provider
17
17
  Classifier: License :: OSI Approved :: Apache Software License
18
- Classifier: Programming Language :: Python :: 3.9
19
18
  Classifier: Programming Language :: Python :: 3.10
20
19
  Classifier: Programming Language :: Python :: 3.11
21
20
  Classifier: Programming Language :: Python :: 3.12
22
21
  Classifier: Topic :: System :: Monitoring
23
22
  Requires-Dist: apache-airflow>=2.10.0
24
23
  Requires-Dist: apache-airflow-providers-common-sql>=1.26.0
25
- Requires-Dist: pyexasol>=0.5.1
26
- Requires-Dist: pandas>=2.1.2,<2.2
24
+ Requires-Dist: pyexasol>=0.26.0
25
+ Requires-Dist: pandas>=2.1.2; python_version <"3.13"
26
+ Requires-Dist: pandas>=2.2.3; python_version >="3.13"
27
27
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
28
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.0/changelog.html
29
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.0
28
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.1/changelog.html
29
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.1
30
30
  Project-URL: Mastodon, https://fosstodon.org/@airflow
31
31
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
32
32
  Project-URL: Source Code, https://github.com/apache/airflow
@@ -57,7 +57,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
57
57
 
58
58
  Package ``apache-airflow-providers-exasol``
59
59
 
60
- Release: ``4.8.0``
60
+ Release: ``4.8.1``
61
61
 
62
62
 
63
63
  `Exasol <https://www.exasol.com/>`__
@@ -70,7 +70,7 @@ This is a provider package for ``exasol`` provider. All classes for this provide
70
70
  are in ``airflow.providers.exasol`` python package.
71
71
 
72
72
  You can find package information and changelog for the provider
73
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.0/>`_.
73
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.1/>`_.
74
74
 
75
75
  Installation
76
76
  ------------
@@ -79,19 +79,20 @@ You can install this package on top of an existing Airflow 2 installation (see `
79
79
  for the minimum Airflow version supported) via
80
80
  ``pip install apache-airflow-providers-exasol``
81
81
 
82
- The package supports the following python versions: 3.9,3.10,3.11,3.12
82
+ The package supports the following python versions: 3.10,3.11,3.12
83
83
 
84
84
  Requirements
85
85
  ------------
86
86
 
87
- ======================================= ==================
87
+ ======================================= =====================================
88
88
  PIP package Version required
89
- ======================================= ==================
89
+ ======================================= =====================================
90
90
  ``apache-airflow`` ``>=2.10.0``
91
91
  ``apache-airflow-providers-common-sql`` ``>=1.26.0``
92
- ``pyexasol`` ``>=0.5.1``
93
- ``pandas`` ``>=2.1.2,<2.2``
94
- ======================================= ==================
92
+ ``pyexasol`` ``>=0.26.0``
93
+ ``pandas`` ``>=2.1.2; python_version < "3.13"``
94
+ ``pandas`` ``>=2.2.3; python_version >= "3.13"``
95
+ ======================================= =====================================
95
96
 
96
97
  Cross provider package dependencies
97
98
  -----------------------------------
@@ -113,5 +114,5 @@ Dependent package
113
114
  ============================================================================================================ ==============
114
115
 
115
116
  The changelog for the provider package can be found in the
116
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.0/changelog.html>`_.
117
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.1/changelog.html>`_.
117
118
 
@@ -1,11 +1,11 @@
1
1
  airflow/providers/exasol/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
2
- airflow/providers/exasol/__init__.py,sha256=p1PmrE9YJjTWGsBhROjGDJzk8Cye3sd4OgNwzBw0bYk,1495
2
+ airflow/providers/exasol/__init__.py,sha256=KFtCg32adKfkwAhYnnnmonmHwVogCP1JoNqT1_SAhGA,1495
3
3
  airflow/providers/exasol/get_provider_info.py,sha256=uupz_ak2p7d1WTyVzKAFgaWsvNlCMYuMT892FXqytWA,1980
4
4
  airflow/providers/exasol/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
5
- airflow/providers/exasol/hooks/exasol.py,sha256=fTDbDttSGVX_5XMrm_9M8pPhpwRqWspHZZLRc71K2Cw,13007
5
+ airflow/providers/exasol/hooks/exasol.py,sha256=oEAcNq1h4NkGRig4ZsGinYwEyBuGkggwY52gSa90oKo,13007
6
6
  airflow/providers/exasol/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
7
7
  airflow/providers/exasol/operators/exasol.py,sha256=A4P3Qo65RJzrSVEgSNwPbJ2BSA9OsitmFm8kutyxVfw,2500
8
- apache_airflow_providers_exasol-4.8.0.dist-info/entry_points.txt,sha256=8pvKoFs3wCXkl3x0a5dzqvTonx17I8zD8oodM_M386Q,102
9
- apache_airflow_providers_exasol-4.8.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
10
- apache_airflow_providers_exasol-4.8.0.dist-info/METADATA,sha256=TizNRE9Y5K0L1rS3hLbfaN33VEbWjlHTqHior7KLB3Q,5195
11
- apache_airflow_providers_exasol-4.8.0.dist-info/RECORD,,
8
+ apache_airflow_providers_exasol-4.8.1.dist-info/entry_points.txt,sha256=8pvKoFs3wCXkl3x0a5dzqvTonx17I8zD8oodM_M386Q,102
9
+ apache_airflow_providers_exasol-4.8.1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
10
+ apache_airflow_providers_exasol-4.8.1.dist-info/METADATA,sha256=rxPr_eAjQUxHqHCRkbr9WD0ph_6c4eXvZFcqOIwAMVA,5373
11
+ apache_airflow_providers_exasol-4.8.1.dist-info/RECORD,,