raphaelauv commented on code in PR #41047:
URL: https://github.com/apache/airflow/pull/41047#discussion_r1694260111


##########
airflow/providers/amazon/__init__.py:
##########
@@ -32,8 +32,8 @@
 __version__ = "8.26.0"
 
 if 
packaging.version.parse(packaging.version.parse(airflow_version).base_version) 
< packaging.version.parse(
-    "2.7.0"
+    "2.7.1"

Review Comment:
   cause I removed 
   
   ```
   # TODO: remove this if block when min_airflow_version is set to higher than 
2.7.1
   ```



-- 
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