Skip to content

Update dependency cloud-composer-dag-test-utils to v1#14004

Open
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/cloud-composer-dag-test-utils-1.x
Open

Update dependency cloud-composer-dag-test-utils to v1#14004
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/cloud-composer-dag-test-utils-1.x

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
cloud-composer-dag-test-utils (source) ==0.0.1==1.0.0 age confidence

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team as a code owner April 8, 2026 16:17
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Apr 8, 2026
@renovate-bot renovate-bot requested review from a team as code owners April 8, 2026 16:17
@product-auto-label product-auto-label bot added samples Issues that are directly related to samples. api: composer Issues related to the Cloud Composer API. labels Apr 8, 2026
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 8, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the cloud-composer-dag-test-utils dependency to version 1.0.0. The review identifies that this version is incompatible with the Airflow 1.x samples in the directory, as it requires Airflow 2.x, and recommends reverting the change to maintain compatibility.

@@ -1,2 +1,2 @@
pytest==8.2.0
cloud-composer-dag-test-utils==0.0.1
cloud-composer-dag-test-utils==1.0.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

This update introduces a dependency on Airflow 2.x, which is incompatible with the Airflow 1.x samples in this directory. The setup.py for cloud-composer-dag-test-utils==1.0.0 specifies install_requires=["apache-airflow[google] >= 2.0.0, < 3.0.0"]. However, the code in composer/airflow_1_samples/ is intended for Airflow 1.x, as indicated by the directory name and contents like conftest.py. This version bump will break the tests for the Airflow 1 samples. This change should be reverted.

cloud-composer-dag-test-utils==0.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: composer Issues related to the Cloud Composer API. owlbot:run Add this label to trigger the Owlbot post processor. samples Issues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants