1fanwang commented on PR #66806: URL: https://github.com/apache/airflow/pull/66806#issuecomment-4438174098
The `Compat 3.0.6:P3.10` red is the apache/airflow `main` breakage tracked in #66840 — `flask-jwt-extended 4.7.3` introduced `from jwt.types import Options`, which needs `PyJWT >= 2.11.0`, but the compat-3.0.6 constraints pin an older version. Confirmed identical `ImportError: cannot import name 'Options' from 'jwt.types'` from the same `providers/google/tests/unit/google/common/auth_backend/test_google_openid.py` lines on the latest `main` run [25778771825](https://github.com/apache/airflow/actions/runs/25778771825), under the same `provider distributions tests / Compat 3.0.6:P3.10:` job. The diff in this PR is `cncf.kubernetes`-only (executor metrics + tests + metrics-template entry), so the google-provider OpenID auth ImportError isn't from anything here. Will rebase once #66840 lands. -- 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]
