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


##########
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:
   Chatted offline, it is the latter, a mechanism to see if it's still broken 
in future releases. I'd perhaps exclude all 1.28 patch releases and wait for 
the next minor, but we can always take that step later
   



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