bugraoz93 commented on PR #64325: URL: https://github.com/apache/airflow/pull/64325#issuecomment-4147980795
version script also fails because we don't have == case or the current conditional between versions. Adding an amend to that as well. We can move to main if version will be change similar from `"apache-airflow-task-sdk<1.3.0,>=1.2.0",` to `"apache-airflow-task-sdk==1.2.0",` https://github.com/apache/airflow/blob/2b85e470b33ccec6ee97e76995763a68ba7c0979/airflow-core/pyproject.toml#L154 https://github.com/apache/airflow/blob/1b2c15c52298c31da8cd66427dfeb39c73463928/airflow-core/pyproject.toml#L154 -- 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]
