potiuk commented on code in PR #41437:
URL: https://github.com/apache/airflow/pull/41437#discussion_r1722013570


##########
airflow/providers/fab/__init__.py:
##########
@@ -32,8 +32,8 @@
 __version__ = "1.3.0"
 
 if 
packaging.version.parse(packaging.version.parse(airflow_version).base_version) 
< packaging.version.parse(
-    "2.9.0"
+    "3.0.0"

Review Comment:
   Hm. That would mean that we won't have FAB provider released for Airflow 2 
and I think it's not good, because for example new FAB might get released with 
critical security fixes and we won't be able to upgrade it
   
   I think we should find a solution with compatibility layer for Airlfow 2 - 
either via some conditional imports in FAB or implementing some 
`airflow.providers.compat` schim. 



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