potiuk commented on issue #13905: URL: https://github.com/apache/airflow/issues/13905#issuecomment-846508680
You will have to wait for the next provider's release (which is going to happen in ~ week) This issue have been solved in https://github.com/apache/airflow/pull/15731 This change was mostly about removing the unnecessary limitation, and seems that upgrading just docker package should fixit. A very dirty trick if you want to try it (but this is by no means a recommendation as a fix, just something you can try) is to downgrade PIP to 20.2.4 and install the docker package manually with `==` if PIP 21 does not let you do the same. Note that the providers we are going to release in the next wave will require you also to migrate to Airflow 2.1 as those providers will be `Airlfow 2.1+` only. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
