potiuk commented on issue #16758: URL: https://github.com/apache/airflow/issues/16758#issuecomment-872490724
You can always `--force-reinstall` any package to any version. Airflow should be installed using constraints. See the official installation documentation https://airflow.apache.org/docs/apache-airflow/stable/installation.html#constraints-files - if you follow the guide, you get all the dependencies in the right version. If you force-reinstall a dependency after that - then, well - you are on your own. Each version of Airflow has corresponding set of constraints. For example the current `main` version's httpx is here https://github.com/apache/airflow/blob/constraints-main/constraints-3.6.txt#L273 -- 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]
