amoghrajesh commented on issue #54124: URL: https://github.com/apache/airflow/issues/54124#issuecomment-3166801900
Tested the latest compatibility fix and my other changes as reported in https://github.com/apache/airflow/issues/54124#issuecomment-3155650985. ``` uv pip install --prerelease allow apache-airflow==3.0.4rc2 - apache-airflow==3.0.4 (from file:///opt/airflow) + apache-airflow==3.0.4rc2 - apache-airflow-core==3.0.4 (from file:///opt/airflow/airflow-core) + apache-airflow-core==3.0.4rc2 - apache-airflow-task-sdk==1.0.4 (from file:///opt/airflow/task-sdk) + apache-airflow-task-sdk==1.0.4rc1 ``` It rightly installs 1.0.4rc1 of task sdk too. If i force it with older sdk: ``` root@7fbeb97a6584:/opt/airflow# uv pip install --prerelease allow apache-airflow==3.0.4rc2 apache-airflow-task-sdk==1.0.3 Using Python 3.10.18 environment at: /usr/local × No solution found when resolving dependencies: ╰─▶ Because apache-airflow==3.0.4rc2 depends on apache-airflow-task-sdk>=1.0.4rc1,<1.1.0 and you require apache-airflow==3.0.4rc2, we can conclude that you require apache-airflow-task-sdk>=1.0.4rc1,<1.1.0. And because you require apache-airflow-task-sdk==1.0.3, we can conclude that your requirements are unsatisfiable ``` -- 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]
