o-nikolas commented on code in PR #32901:
URL: https://github.com/apache/airflow/pull/32901#discussion_r1276900097


##########
airflow/providers/amazon/provider.yaml:
##########
@@ -76,7 +76,9 @@ dependencies:
   - sqlalchemy_redshift>=0.8.6
   - mypy-boto3-rds>=1.24.0
   - mypy-boto3-redshift-data>=1.24.0
-  - mypy-boto3-appflow>=1.24.0
+  # exclude 1.28.12 as it causes strange typing inconsistency
+  # https://github.com/youtype/mypy_boto3_builder/issues/209
+  - mypy-boto3-appflow>=1.24.0,!=1.28.12

Review Comment:
   We're excluding just this single patch release right? Do you have confidence 
that it will be fixed by the next? Or you'd like to just wait and see?



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