potiuk commented on issue #57431: URL: https://github.com/apache/airflow/issues/57431#issuecomment-3465065029
Yes. As explained in our docs: https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#upgrading-and-installing-dependencies-including-providers - when you install your own dependencies you ALWAYS have to specify "apache-airflow==YOUR_AIRFLOW_VERSION". Airflow is the same package as any other and `pip` might decide to downgrade it if this is something that **seems** resonable during resolution. You should **ALWAYS** pin airflow if you want to stick to the version you expect to end up with. -- 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]
