The GitHub Actions job "Tests" on 
airflow.git/fix-urllib3-breaking-kubernetes-client has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
812969787a82619214a01e74166e5e09f36c270b / Jarek Potiuk <[email protected]>
Limit urllib3 to < 2.6.0 to handle kubernetes client breaking with it

The kubernetes client uses `get_headers()` which has been deprecated
in 2.0.0 versio of urllib3 and removed in 2.6.0 version. They need
to switch to use `headers` property.

Tracked in https://github.com/kubernetes-client/python/issues/2477

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

With regards,
GitHub Actions via GitBox


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

Reply via email to