-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop urllib3 upper bound #2131
Drop urllib3 upper bound #2131
Conversation
This was added in kubernetes-client@27459d5. Note that google-auth now requires urllib3>=2 in googleapis/google-auth-library-python#1389 (I'm also not sure that I follow the logic in kubernetes-client#2105, since dependency resolvers will be able to work it out)
|
Welcome @hauntsaninja! |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hauntsaninja, yliaog The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Could we get a release with this change? Would solve a lot of dependency resolving issues |
Drop urllib3 upper bound
git clean -xdf git submodule sync --recursive git submodule update --init --recursive tar zcvf ../python-kubernetes_28.1.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-kubernetes.spec ../python-kubernetes_28.1.0-1.spec cp ../python*-kubernetes*28.1.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/kubernetes-client-python-28.1.0/ rm -rf ../python*-kubernetes_28.1.0*.* See kubernetes-client#2131 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Bump Kubernetes Python Client pip3 dependency to v29.0.0 Alpha 1 Release to consume kubernetes-client/python#2131 in order to get a fix for a conflict with recent urllib3 Signed-off-by: Simone Tiraboschi <stirabos@redhat.com>
Bump Kubernetes Python Client pip3 dependency to v29.0.0 Alpha 1 Release to consume kubernetes-client/python#2131 in order to get a fix for a conflict with recent urllib3 Signed-off-by: Simone Tiraboschi <stirabos@redhat.com>
git clean -xdf git submodule sync --recursive git submodule update --init --recursive tar zcvf ../python-kubernetes_28.1.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-kubernetes.spec ../python-kubernetes_28.1.0-1.spec cp ../python*-kubernetes*28.1.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/kubernetes-client-python-28.1.0/ rm -rf ../python*-kubernetes_28.1.0*.* See kubernetes-client#2131 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
git clean -xdf git submodule sync --recursive git submodule update --init --recursive tar zcvf ../python-kubernetes_29.0.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-kubernetes.spec ../python-kubernetes_29.0.0-1.spec cp ../python*-kubernetes*29.0.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/kubernetes-client-python-29.0.0/ rm -rf ../python*-kubernetes_29.0.0*.* See kubernetes-client#2131 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
git clean -xdf git submodule sync --recursive git submodule update --init --recursive tar zcvf ../python-kubernetes_28.1.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-kubernetes.spec ../python-kubernetes_28.1.0-1.spec cp ../python*-kubernetes*28.1.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/kubernetes-client-python-28.1.0/ rm -rf ../python*-kubernetes_28.1.0*.* See kubernetes-client#2131 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
git clean -xdf git submodule sync --recursive git submodule update --init --recursive tar zcvf ../python-kubernetes_29.0.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-kubernetes.spec ../python-kubernetes_29.0.0-1.spec cp ../python*-kubernetes*29.0.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/kubernetes-client-python-29.0.0/ rm -rf ../python*-kubernetes_29.0.0*.* See kubernetes-client#2131 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
git clean -xdf git submodule sync --recursive git submodule update --init --recursive tar zcvf ../python-kubernetes_28.1.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-kubernetes.spec ../python-kubernetes_28.1.0-1.spec cp ../python*-kubernetes*28.1.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/kubernetes-client-python-28.1.0/ rm -rf ../python*-kubernetes_28.1.0*.* See kubernetes-client#2131 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
git clean -xdf git submodule sync --recursive git submodule update --init --recursive tar zcvf ../python-kubernetes_29.0.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-kubernetes.spec ../python-kubernetes_29.0.0-1.spec cp ../python*-kubernetes*29.0.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/kubernetes-client-python-29.0.0/ rm -rf ../python*-kubernetes_29.0.0*.* See kubernetes-client#2131 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
git clean -xdf git submodule sync --recursive git submodule update --init --recursive tar zcvf ../python-kubernetes_30.1.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-kubernetes.spec ../python-kubernetes_30.1.0-1.spec cp ../python*-kubernetes*30.1.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/kubernetes-client-python-30.1.0/ rm -rf ../python*-kubernetes_30.1.0*.* See kubernetes-client#2131 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This bound was added in 27459d5.
Note that google-auth now requires urllib3>=2 in googleapis/google-auth-library-python#1389
(I'm also not sure that I follow the logic in #2105, since dependency resolvers would have been able to work out a compatible set of packages based on google-auth's dependencies without propagating the bound into this project)
Which issue(s) this PR fixes:
Fixes #2129
Does this PR introduce a user-facing change?