eladkal commented on code in PR #36190:
URL: https://github.com/apache/airflow/pull/36190#discussion_r1424507863


##########
airflow/providers/daskexecutor/__init__.py:
##########
@@ -27,16 +27,16 @@
 
 __all__ = ["__version__"]
 
-__version__ = "1.1.0"
+__version__ = "1.2.0"
 
 try:
     from airflow import __version__ as airflow_version
 except ImportError:
     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+"

Review Comment:
   also needs to be reverted back



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to