From 78fa7b6eba0bf5433a64b2c461c70153129264e3 Mon Sep 17 00:00:00 2001 From: Elad Kalif <45845474+eladkal@users.noreply.github.com> Date: Tue, 12 Dec 2023 19:56:56 +0200 Subject: [PATCH 1/4] Prepare docs 1st wave of Providers December 2023 RC2 --- airflow/providers/daskexecutor/CHANGELOG.rst | 22 ++++++++++-- airflow/providers/daskexecutor/__init__.py | 6 ++-- airflow/providers/daskexecutor/provider.yaml | 4 +-- airflow/providers/databricks/CHANGELOG.rst | 8 +++++ airflow/providers/docker/CHANGELOG.rst | 3 ++ airflow/providers/google/CHANGELOG.rst | 9 ++++- airflow/providers/odbc/CHANGELOG.rst | 8 +++++ .../changelog.rst | 7 ++++ .../commits.rst | 34 ++++++++++++++++--- .../index.rst | 14 ++++++-- .../commits.rst | 10 +++--- .../commits.rst | 11 +++--- .../commits.rst | 10 +++++- .../apache-airflow-providers-google/index.rst | 14 ++++---- .../apache-airflow-providers-odbc/commits.rst | 10 +++--- 15 files changed, 135 insertions(+), 35 deletions(-) diff --git a/airflow/providers/daskexecutor/CHANGELOG.rst b/airflow/providers/daskexecutor/CHANGELOG.rst index 078ee648429bf..5742ca61b7c82 100644 --- a/airflow/providers/daskexecutor/CHANGELOG.rst +++ b/airflow/providers/daskexecutor/CHANGELOG.rst @@ -27,11 +27,29 @@ Changelog --------- -1.1.1 +1.2.0 ..... -* Mark daskexecutor provider as removed according to `consensus on the dev@airflow.apache.org `_ +.. note:: + Mark daskexecutor provider as removed according to `consensus on the dev@airflow.apache.org `_ + +.. note:: + This release of provider is only available for Airflow 2.6+ as explained in the + `Apache Airflow providers support policy `_. + +Misc +~~~~ + +* ``Mark daskexecutor provider as removed (#35965)`` +.. Review and move the new changes to one of the sections above: + * ``Fix and reapply templates for provider documentation (#35686)`` + * ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` + * ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` + * ``Use reproducible builds for provider packages (#35693)`` + * ``Prepare docs 1st wave of Providers November 2023 (#35537)`` + * ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` + * ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` 1.1.0 ..... diff --git a/airflow/providers/daskexecutor/__init__.py b/airflow/providers/daskexecutor/__init__.py index a0aa9a26814de..96d55354a271a 100644 --- a/airflow/providers/daskexecutor/__init__.py +++ b/airflow/providers/daskexecutor/__init__.py @@ -27,7 +27,7 @@ __all__ = ["__version__"] -__version__ = "1.1.0" +__version__ = "1.2.0" try: from airflow import __version__ as airflow_version @@ -35,8 +35,8 @@ from airflow.version import version as airflow_version if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( - "2.5.0" + "2.6.0" ): raise RuntimeError( - f"The package `apache-airflow-providers-daskexecutor:{__version__}` needs Apache Airflow 2.5.0+" + f"The package `apache-airflow-providers-daskexecutor:{__version__}` needs Apache Airflow 2.6.0+" ) diff --git a/airflow/providers/daskexecutor/provider.yaml b/airflow/providers/daskexecutor/provider.yaml index 369143bcd9f9f..47f85a28566a1 100644 --- a/airflow/providers/daskexecutor/provider.yaml +++ b/airflow/providers/daskexecutor/provider.yaml @@ -25,13 +25,13 @@ removed: true suspended: true source-date-epoch: 1700827453 versions: - - 1.1.1 + - 1.2.0 - 1.1.0 - 1.0.1 - 1.0.0 dependencies: - - apache-airflow>=2.5.0 + - apache-airflow>=2.6.0 # Dask support is limited, we need Dask team to upgrade support for dask if we were to continue # Supporting it in the future - cloudpickle>=1.4.1 diff --git a/airflow/providers/databricks/CHANGELOG.rst b/airflow/providers/databricks/CHANGELOG.rst index 9cad05857f82d..b9746609a69c3 100644 --- a/airflow/providers/databricks/CHANGELOG.rst +++ b/airflow/providers/databricks/CHANGELOG.rst @@ -33,11 +33,19 @@ Changelog This release of provider is only available for Airflow 2.6+ as explained in the `Apache Airflow providers support policy `_. +Bug Fixes +~~~~~~~~~ + +* ``Fix: Implement support for 'fetchone()' in the ODBCHook and the Databricks SQL Hook (#36161)`` + Misc ~~~~ * ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` +.. Review and move the new changes to one of the sections above: + * ``Prepare docs 1st wave of Providers December 2023 (#36112)`` + 5.0.1 ..... diff --git a/airflow/providers/docker/CHANGELOG.rst b/airflow/providers/docker/CHANGELOG.rst index fdf529c2a1b05..574daa5225786 100644 --- a/airflow/providers/docker/CHANGELOG.rst +++ b/airflow/providers/docker/CHANGELOG.rst @@ -38,15 +38,18 @@ Bug Fixes ~~~~~~~~~ * ``Fix 'enable_logging=True' not working in 'DockerSwarmOperator' (#35677)`` +* ``Fix broken log streaming from #35677 (#36127)`` Misc ~~~~ * ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` +* ``Follow BaseHook connection fields method signature in child classes (#36086)`` .. Below changes are excluded from the changelog. Move them to appropriate section above if needed. Do not delete the lines(!): * ``Update information about links into the provider.yaml files (#35837)`` + * ``Prepare docs 1st wave of Providers December 2023 (#36112)`` 3.8.2 ..... diff --git a/airflow/providers/google/CHANGELOG.rst b/airflow/providers/google/CHANGELOG.rst index 6f4d34025adce..d69f28a05180c 100644 --- a/airflow/providers/google/CHANGELOG.rst +++ b/airflow/providers/google/CHANGELOG.rst @@ -41,6 +41,8 @@ Features * ``GCP Secrets Backend Impersonation (#36072)`` * ``Add OpenLineage support to GcsOperators - Delete, Transform and TimeSpanTransform (#35838)`` * ``Add support for service account impersonation with computeEngineSSHHook (google provider) and IAP tunnel (#35136)`` +* ``Add Datascan Profiling (#35696)`` +* ``Add overrides to template fields of Google Cloud Run Jobs Execute Operator (#36133)`` Bug Fixes ~~~~~~~~~ @@ -49,17 +51,22 @@ Bug Fixes * ``Fix CloudRunExecuteJobOperator not able to retrieve the Cloud Run job status in deferrable mode (#36012)`` * ``Fix gcs listing - ensure blobs are loaded (#34919)`` * ``allow multiple elements in impersonation chain (#35694)`` +* ``Change retry type for Google Dataflow Client to async one (#36141)`` Misc ~~~~ * ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` * ``Deprecate 'CloudComposerEnvironmentSensor' in favor of 'CloudComposerCreateEnvironmentOperator' with defer mode (#35775)`` +* ``Follow BaseHook connection fields method signature in child classes (#36086)`` +* ``Allow storage options to be passed (#35820)`` .. Below changes are excluded from the changelog. Move them to appropriate section above if needed. Do not delete the lines(!): * ``Add feature to build "chicken-egg" packages from sources (#35890)`` - + * ``Upgrade to latest pre-commit plugins (#36163)`` + * ``Review and mark found potential SSH security issues by bandit (#36162)`` + * ``Prepare docs 1st wave of Providers December 2023 (#36112)`` 10.12.0 ....... diff --git a/airflow/providers/odbc/CHANGELOG.rst b/airflow/providers/odbc/CHANGELOG.rst index 18286308c7f22..4124c0d5a9ede 100644 --- a/airflow/providers/odbc/CHANGELOG.rst +++ b/airflow/providers/odbc/CHANGELOG.rst @@ -34,11 +34,19 @@ Changelog This release of provider is only available for Airflow 2.6+ as explained in the `Apache Airflow providers support policy `_. +Bug Fixes +~~~~~~~~~ + +* ``Fix: Implement support for 'fetchone()' in the ODBCHook and the Databricks SQL Hook (#36161)`` + Misc ~~~~ * ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` +.. Review and move the new changes to one of the sections above: + * ``Prepare docs 1st wave of Providers December 2023 (#36112)`` + 4.2.0 ..... diff --git a/docs/apache-airflow-providers-daskexecutor/changelog.rst b/docs/apache-airflow-providers-daskexecutor/changelog.rst index 24b639e83fa78..b825747cf1fe5 100644 --- a/docs/apache-airflow-providers-daskexecutor/changelog.rst +++ b/docs/apache-airflow-providers-daskexecutor/changelog.rst @@ -1,3 +1,4 @@ + .. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information @@ -15,4 +16,10 @@ specific language governing permissions and limitations under the License. + .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE + OVERWRITTEN WHEN PREPARING PACKAGES. + + .. IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE + `PROVIDER_CHANGELOG_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY + .. include:: ../../airflow/providers/daskexecutor/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-daskexecutor/commits.rst b/docs/apache-airflow-providers-daskexecutor/commits.rst index 7acf131b93576..856eb839c78aa 100644 --- a/docs/apache-airflow-providers-daskexecutor/commits.rst +++ b/docs/apache-airflow-providers-daskexecutor/commits.rst @@ -16,6 +16,13 @@ specific language governing permissions and limitations under the License. + .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE + OVERWRITTEN WHEN PREPARING PACKAGES. + + .. IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE + `PROVIDER_COMMITS_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY + + .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME! Package apache-airflow-providers-daskexecutor ------------------------------------------------------ @@ -28,16 +35,35 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-11-30 ``Mark daskexecutor provider as removed (#35965)`` +`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` +`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` +`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` +`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` +`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` +================================================================================================= =========== ================================================================== + 1.1.0 ..... -Latest change: 2023-10-05 +Latest change: 2023-10-13 -================================================================================================= =========== ================================================== +================================================================================================= =========== =============================================================== Commit Committed Subject -================================================================================================= =========== ================================================== +================================================================================================= =========== =============================================================== +`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` `0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` -================================================================================================= =========== ================================================== +================================================================================================= =========== =============================================================== 1.0.1 ..... diff --git a/docs/apache-airflow-providers-daskexecutor/index.rst b/docs/apache-airflow-providers-daskexecutor/index.rst index 1b2f58a6ef5ca..0dafd10eef688 100644 --- a/docs/apache-airflow-providers-daskexecutor/index.rst +++ b/docs/apache-airflow-providers-daskexecutor/index.rst @@ -56,7 +56,7 @@ Package apache-airflow-providers-daskexecutor `Dask `__ -Release: 1.1.0 +Release: 1.2.0 Provider package ---------------- @@ -64,6 +64,14 @@ Provider package This is a provider package for ``daskexecutor`` provider. All classes for this provider package are in ``airflow.providers.daskexecutor`` python package. + .. warning:: + + This provider is not maintained anymore by the community. It has been removed and is not going to be + updated anymore. The removal was done according to the process described in + `Removing community providers `_ + + Feel free to contact Airflow Development Mailing List if you have any questions. + Installation ------------ @@ -74,12 +82,12 @@ for the minimum Airflow version supported) via Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.5.0``. +The minimum Apache Airflow version supported by this provider package is ``2.6.0``. ================== ================================== PIP package Version required ================== ================================== -``apache-airflow`` ``>=2.5.0`` +``apache-airflow`` ``>=2.6.0`` ``cloudpickle`` ``>=1.4.1`` ``dask`` ``>=2.9.0,!=2022.10.1,!=2023.5.0`` ``distributed`` ``>=2.11.1,!=2023.5.0`` diff --git a/docs/apache-airflow-providers-databricks/commits.rst b/docs/apache-airflow-providers-databricks/commits.rst index d8fcb64700f5e..41546c40a2cc9 100644 --- a/docs/apache-airflow-providers-databricks/commits.rst +++ b/docs/apache-airflow-providers-databricks/commits.rst @@ -38,13 +38,15 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-12-11 ``Fix: Implement support for 'fetchone()' in the ODBCHook and the Databricks SQL Hook (#36161)`` +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` `d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` -================================================================================================= =========== ======================================================================= +================================================================================================= =========== ================================================================================================ 5.0.1 ..... diff --git a/docs/apache-airflow-providers-docker/commits.rst b/docs/apache-airflow-providers-docker/commits.rst index 9ad04f1681c32..ac1cbd64e4168 100644 --- a/docs/apache-airflow-providers-docker/commits.rst +++ b/docs/apache-airflow-providers-docker/commits.rst @@ -38,15 +38,18 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-12-11 ``Follow BaseHook connection fields method signature in child classes (#36086)`` +`f9c952bb7f `_ 2023-12-09 ``Fix broken log streaming from #35677 (#36127)`` +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` `d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` `882108862d `_ 2023-12-06 ``Fix 'enable_logging=True' not working in 'DockerSwarmOperator' (#35677)`` `c905fe88de `_ 2023-11-25 ``Update information about links into the provider.yaml files (#35837)`` -================================================================================================= =========== =========================================================================== +================================================================================================= =========== ================================================================================ 3.8.2 ..... diff --git a/docs/apache-airflow-providers-google/commits.rst b/docs/apache-airflow-providers-google/commits.rst index 517b1cac6fec0..b19c989a2ad5d 100644 --- a/docs/apache-airflow-providers-google/commits.rst +++ b/docs/apache-airflow-providers-google/commits.rst @@ -45,11 +45,19 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-12-12 ``Added Datascan Profiling (#35696)`` +`3dddfb4a4a `_ 2023-12-11 ``Add overrides to template fields of Google Cloud Run Jobs Execute Operator (#36133)`` +`fcd993b852 `_ 2023-12-11 ``Upgrade to latest pre-commit plugins (#36163)`` +`343bac956b `_ 2023-12-11 ``Review and mark found potential SSH security issues by bandit (#36162)`` +`cd476acd8f `_ 2023-12-11 ``Follow BaseHook connection fields method signature in child classes (#36086)`` +`8d0c5d9008 `_ 2023-12-09 ``Change retry type for Google Dataflow Client to async one (#36141)`` +`aba58adb83 `_ 2023-12-08 ``Allow storage options to be passed (#35820)`` +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` `d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` `ca20f07a16 `_ 2023-12-06 ``GCP Secrets Backend Impersonation (#36072)`` `d0f4512ecb `_ 2023-12-04 ``Fix DataprocSubmitJobOperator to retrieve failed job error message (#36053)`` diff --git a/docs/apache-airflow-providers-google/index.rst b/docs/apache-airflow-providers-google/index.rst index 9bcbadaa7b022..b1280bd587f7d 100644 --- a/docs/apache-airflow-providers-google/index.rst +++ b/docs/apache-airflow-providers-google/index.rst @@ -123,17 +123,17 @@ PIP package Version required ``google-auth`` ``>=1.0.0`` ``google-auth-httplib2`` ``>=0.0.1`` ``google-cloud-aiplatform`` ``>=1.22.1`` -``google-cloud-automl`` ``>=2.11.0`` -``google-cloud-bigquery-datatransfer`` ``>=3.11.0`` +``google-cloud-automl`` ``>=2.12.0`` +``google-cloud-bigquery-datatransfer`` ``>=3.13.0`` ``google-cloud-bigtable`` ``>=2.17.0`` -``google-cloud-build`` ``>=3.13.0`` +``google-cloud-build`` ``>=3.22.0`` ``google-cloud-compute`` ``>=1.10.0`` ``google-cloud-container`` ``>=2.17.4`` ``google-cloud-datacatalog`` ``>=3.11.1`` -``google-cloud-dataflow-client`` ``>=0.8.2`` +``google-cloud-dataflow-client`` ``>=0.8.6`` ``google-cloud-dataform`` ``>=0.5.0`` -``google-cloud-dataplex`` ``>=1.4.2`` -``google-cloud-dataproc`` ``>=5.5.0`` +``google-cloud-dataplex`` ``>=1.10.0`` +``google-cloud-dataproc`` ``>=5.8.0`` ``google-cloud-dataproc-metastore`` ``>=1.12.0`` ``google-cloud-dlp`` ``>=3.12.0`` ``google-cloud-kms`` ``>=2.15.0`` @@ -141,7 +141,7 @@ PIP package Version required ``google-cloud-logging`` ``>=3.5.0`` ``google-cloud-memcache`` ``>=1.7.0`` ``google-cloud-monitoring`` ``>=2.14.1`` -``google-cloud-orchestration-airflow`` ``>=1.7.0`` +``google-cloud-orchestration-airflow`` ``>=1.10.0`` ``google-cloud-os-login`` ``>=2.9.1`` ``google-cloud-pubsub`` ``>=2.15.0`` ``google-cloud-redis`` ``>=2.12.0`` diff --git a/docs/apache-airflow-providers-odbc/commits.rst b/docs/apache-airflow-providers-odbc/commits.rst index 0e1c1913bcd42..d1a1ed529c9b7 100644 --- a/docs/apache-airflow-providers-odbc/commits.rst +++ b/docs/apache-airflow-providers-odbc/commits.rst @@ -38,13 +38,15 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-12-11 ``Fix: Implement support for 'fetchone()' in the ODBCHook and the Databricks SQL Hook (#36161)`` +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` `d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` -================================================================================================= =========== ======================================================================= +================================================================================================= =========== ================================================================================================ 4.2.0 ..... From 905ee1fca1d23f7c769b91bd4f15b3c8203738f4 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Tue, 12 Dec 2023 20:51:34 +0100 Subject: [PATCH 2/4] fixup! Prepare docs 1st wave of Providers December 2023 RC2 --- airflow/providers/daskexecutor/CHANGELOG.rst | 2 +- airflow/providers/daskexecutor/provider.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/airflow/providers/daskexecutor/CHANGELOG.rst b/airflow/providers/daskexecutor/CHANGELOG.rst index 5742ca61b7c82..82b8a53b63bba 100644 --- a/airflow/providers/daskexecutor/CHANGELOG.rst +++ b/airflow/providers/daskexecutor/CHANGELOG.rst @@ -27,7 +27,7 @@ Changelog --------- -1.2.0 +1.1.1 ..... .. note:: diff --git a/airflow/providers/daskexecutor/provider.yaml b/airflow/providers/daskexecutor/provider.yaml index 47f85a28566a1..369143bcd9f9f 100644 --- a/airflow/providers/daskexecutor/provider.yaml +++ b/airflow/providers/daskexecutor/provider.yaml @@ -25,13 +25,13 @@ removed: true suspended: true source-date-epoch: 1700827453 versions: - - 1.2.0 + - 1.1.1 - 1.1.0 - 1.0.1 - 1.0.0 dependencies: - - apache-airflow>=2.6.0 + - apache-airflow>=2.5.0 # Dask support is limited, we need Dask team to upgrade support for dask if we were to continue # Supporting it in the future - cloudpickle>=1.4.1 From ed0ca6a3411d76fae064f46ec8e3b0a5bc0ab63d Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Tue, 12 Dec 2023 20:56:22 +0100 Subject: [PATCH 3/4] fixup! fixup! Prepare docs 1st wave of Providers December 2023 RC2 --- docs/apache-airflow-providers-daskexecutor/commits.rst | 2 +- docs/apache-airflow-providers-daskexecutor/index.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/apache-airflow-providers-daskexecutor/commits.rst b/docs/apache-airflow-providers-daskexecutor/commits.rst index 856eb839c78aa..5b21624429f2c 100644 --- a/docs/apache-airflow-providers-daskexecutor/commits.rst +++ b/docs/apache-airflow-providers-daskexecutor/commits.rst @@ -35,7 +35,7 @@ For high-level changelog, see :doc:`package information including changelog `__ -Release: 1.2.0 +Release: 1.1.1 Provider package ---------------- @@ -87,7 +87,7 @@ The minimum Apache Airflow version supported by this provider package is ``2.6.0 ================== ================================== PIP package Version required ================== ================================== -``apache-airflow`` ``>=2.6.0`` +``apache-airflow`` ``>=2.5.0`` ``cloudpickle`` ``>=1.4.1`` ``dask`` ``>=2.9.0,!=2022.10.1,!=2023.5.0`` ``distributed`` ``>=2.11.1,!=2023.5.0`` From 1ed6ae498e3aa8937c171b0f5f1fc3de8f742227 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Tue, 12 Dec 2023 20:58:54 +0100 Subject: [PATCH 4/4] fixup! fixup! fixup! Prepare docs 1st wave of Providers December 2023 RC2 --- airflow/providers/daskexecutor/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/airflow/providers/daskexecutor/__init__.py b/airflow/providers/daskexecutor/__init__.py index 96d55354a271a..b5f95ccfa8d3a 100644 --- a/airflow/providers/daskexecutor/__init__.py +++ b/airflow/providers/daskexecutor/__init__.py @@ -27,7 +27,7 @@ __all__ = ["__version__"] -__version__ = "1.2.0" +__version__ = "1.1.1" try: from airflow import __version__ as airflow_version @@ -35,8 +35,8 @@ from airflow.version import version as airflow_version if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( - "2.6.0" + "2.5.0" ): raise RuntimeError( - f"The package `apache-airflow-providers-daskexecutor:{__version__}` needs Apache Airflow 2.6.0+" + f"The package `apache-airflow-providers-daskexecutor:{__version__}` needs Apache Airflow 2.5.0+" )