potiuk commented on PR #40053: URL: https://github.com/apache/airflow/pull/40053#issuecomment-2168202994
> Yep, reinstall over uninstall->install from PyPI looks good. What about constraints? Should I care at all? Nope. you wil find a number of conflicts when you try to install older version of providers with newer constraints, so it's better to run without them. That is anyhow how users should install airflow: a) install "golden" set of dependencies with constraint b) download providers and other dependencies without the constraints. Actually the whole exercise of figuring out the lowest dependencies is precisaly about point b) to be more reliable. If we know that Airflow works with "golden" dependencies and if airflow providers have a proper set of lower bindings, then it means that such downgrade in point b) should not lead to a problem because lower bindings will prevent "too far" downgrading. -- 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]
