uranusjr commented on code in PR #31512:
URL: https://github.com/apache/airflow/pull/31512#discussion_r1205120566


##########
airflow/providers/apache/hdfs/__init__.py:
##########
@@ -28,14 +28,14 @@
 
 __all__ = ["__version__"]
 
-__version__ = "4.0.0"
+__version__ = "4.1.0"
 
 try:
     from airflow import __version__ as airflow_version
 except ImportError:
     from airflow.version import version as airflow_version
 
-if packaging.version.parse(airflow_version) < packaging.version.parse("2.4.0"):
+if packaging.version.parse(airflow_version) < packaging.version.parse("2.6.0"):
     raise RuntimeError(
-        f"The package `apache-airflow-providers-apache-hdfs:{__version__}` 
requires Apache Airflow 2.4.0+"  # NOQA: E501
+        f"The package `apache-airflow-providers-apache-hdfs:{__version__}` 
requires Apache Airflow 2.6.0+"  # NOQA: E501
     )

Review Comment:
   Why?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to