potiuk commented on PR #30487: URL: https://github.com/apache/airflow/pull/30487#issuecomment-1500193432
This looks cool and has the desired effect, mysql-connector-python is removed from the image: https://github.com/apache/airflow/actions/runs/4636423980/jobs/8204304593?pr=30487#step:5:18767 ``` 2c2 < # This constraints file was automatically generated on 2023-04-06T12:47:16Z --- > # This constraints file was automatically generated on 2023-04-07T07:51:23Z 77c77 < aws-sam-translator==1.63.0 --- > aws-sam-translator==1.64.0 81c81 < azure-core==1.26.3 --- > azure-core==1.26.4 88c88 < azure-mgmt-core==1.3.2 --- > azure-mgmt-core==1.4.0 141c141 < coverage==7.2.2 --- > coverage==7.2.3 175c175 < filelock==3.10.7 --- > filelock==3.11.0 321c321 < mypy-boto3-rds==1.26.102 --- > mypy-boto3-rds==1.26.108 325d324 < mysql-connector-python==8.0.32 473c472 < slack-sdk==3.20.2 --- > slack-sdk==3.21.0 ``` However the side-effect is that some new warnings are generated while importing requests (See the failing testts - it contains explanation what to do to mark the warnings as "known" - those do not seem as harmful ones. -- 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]
