eladkal commented on PR #48860: URL: https://github.com/apache/airflow/pull/48860#issuecomment-2782345869
@potiuk I'm getting ``` 5.829 Collecting uv==0.6.10 5.831 Using cached uv-0.6.10-py3-none-manylinux_2_28_aarch64.whl.metadata (11 kB) 5.834 Using cached uv-0.6.10-py3-none-manylinux_2_28_aarch64.whl (15.5 MB) 6.958 Installing collected packages: uv 6.958 Attempting uninstall: uv 6.960 Found existing installation: uv 0.6.12 6.961 Uninstalling uv-0.6.12: 6.963 Successfully uninstalled uv-0.6.12 7.202 Successfully installed uv-0.6.10 7.399 7.399 Installing predefined versions of pre-commit with pre-commit-uv and uv: 7.399 pre_commit(4.2.0) uv(0.6.10) pre_commit-uv(4.1.4) 7.399 7.414 `pre-commit==4.2.0` is already installed 7.416 7.416 Running 'pip check' 7.416 8.941 apache-airflow-providers-git 0.0.1 has requirement apache-airflow>=3.0.0, but you have apache-airflow 3.0.0.dev0. ``` I guess something is missing because we need to remove the .dev0 suffix, I guess we want the provider to be released before we actually release Airflow 3 so we can't keep the .dev0 -- 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]
