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


##########
airflow/providers/amazon/provider.yaml:
##########
@@ -667,3 +667,6 @@ additional-extras:
   - name: aiobotocore
     dependencies:
       - aiobotocore[boto3]>=2.2.0
+  - name: cncf.kubernetes
+    dependencies:
+      - apache-airflow-providers-cncf-kubernetes>=8.0.0

Review Comment:
   w8.. I'm missing something here.
   In this PR we add a feature to `apache-airflow-providers-cncf-kubernetes` 
that feature is what needed for amazon and google provider so what we are after 
is setting dependency for the next version of 
`apache-airflow-providers-cncf-kubernetes` thus the condition should be:
   
   `apache-airflow-providers-cncf-kubernetes>=7.2.0`
   
   Currently stable version of cncf.kubernetes is 7.1.0



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