Commit b647e9a
committed
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+: urllib3/urllib3#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.1 parent 0c56ef1 commit b647e9a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
0 commit comments