Description
I was trying to install 4.33.o version with urlrlib3 2.5.0 version and I got the above error. but 4.32.0 works with urllib3==2.5.0
Reproducible Code
Does not work -
pip install selenium==4.33.0
pip install urllib3==2.5.*;
Works -
pip install selenium==4.32.0
pip install urllib3==2.5.*;
Debugging Logs
selenium 4.33.0 requires urllib3[socks]~=2.4.0, but you have urllib3 2.5.0 which is incompatible.
Successfully installed urllib3-2.5.0
ℹ️ Last known working version: 4.32
Description
I was trying to install 4.33.o version with urlrlib3 2.5.0 version and I got the above error. but 4.32.0 works with urllib3==2.5.0
Reproducible Code
Debugging Logs
ℹ️ Last known working version:
4.32