kubernetes-client/python

urllib3 pinned to <2.4.0 breaks packaging

Open

#2458 opened on Sep 30, 2025

View on GitHub
 (20 comments) (10 reactions) (0 assignees)Python (6,225 stars) (3,323 forks)batch import
help wantedkind/bug

Description

Is there a more permanent solution to the issues with python 2.4.0+ pending? https://github.com/kubernetes-client/python/blob/master/requirements.txt#L10 https://bodhi.fedoraproject.org/updates/FEDORA-2025-34e5603fe3

Fedora 43+ has moved to urllib3 2.5.0 so in order to continue packaging the python kubernetes-client will mean carrying a patch to revert this change.

Contributor guide