SIGN IN SIGN UP

Set an upper limit on the urllib3 dependency

With urllib3 2.4.0 stricter certificate validity checks were added when running
on Python 3.13+: https://github.com/urllib3/urllib3/issues/3571.

This triggers errors such as the following:

> [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Missing Authority
> Key Identifier

It is however only for users with Kubernetes clusters that have been set up
without proper, valid certificates. Notably, this was the case for AWS EKS
clusters created with Kubernetes v1.16 and earlier.
J
Jeppe Fihl-Pearson committed
b647e9a576702d9ac9cf09520b50363c0fffb9a3
Parent: 0c56ef1