The GitHub Actions job "Tests" on 
airflow.git/ci-trigger-airflow-ctl-v0-1-stable has failed.
Run started by GitHub user Lee-W (triggered by Lee-W).

Head commit for run:
916ce00ec9ccdacd2865a77a4abf6399930aecad / Wei Lee <[email protected]>
Fix airflow-ctl 0.1 branch image build by realigning core versions

The "airflow-ctl 0.1.5: test to stable" sync (#67294) copied main's
airflow-core/pyproject.toml metadata onto this branch without the
matching sources. Three leftovers stayed behind:

- the distribution version became 3.3.0 while
  airflow-core/src/airflow/__init__.py stayed 3.2.1
- the Task SDK requirement became >=1.3.0,<1.4.0 while task-sdk on this
  branch is 1.2.1
- a force-include and a shared_distributions entry appeared for
  apache-airflow-shared-state, which has no shared/state folder here

Once CI actually started running on this branch, the CI image build
failed pip check on the resulting triangle:

    apache-airflow 3.2.1 has requirement apache-airflow-core==3.2.1,
      but you have apache-airflow-core 3.3.0
    apache-airflow-core 3.3.0 has requirement
      apache-airflow-task-sdk<1.4.0,>=1.3.0, but you have 1.2.1
    apache-airflow-task-sdk 1.2.1 has requirement
      apache-airflow-core<3.3.0,>=3.2.0, but you have 3.3.0

Realign the metadata with the sources that are on the branch, which is
what check-version-consistency and check-shared-distributions-usage
already expect, and refresh uv.lock, which had drifted from the same
sync.

Report URL: https://github.com/apache/airflow/actions/runs/30623090061

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to