dominikhei commented on PR #51756: URL: https://github.com/apache/airflow/pull/51756#issuecomment-2973863340
@eladkal The problem is between `apache-airflow-providers-amazon[aiobotocore]` and `apache-airflow-providers-tableau`: - `botocore` requires urllib3 versions between 1.25.4 and 1.27 for Python < 3.10 - `tableauserverclient>=0.27` (which we need for the JWT authentication) requires `urllib3>=2.0.6` It seems like this issue is not a problem with Python>=3.10 only with < 3.10 -- 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]
