Skip to content

[πŸ› Bug]: selenium 4.33.0 depends on urllib3~=2.4.0 Β #15947

@yogeshmahajan-1903

Description

@yogeshmahajan-1903

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-pyPython BindingsI-defectSomething is not working as intendedI-regressionSomething was working but we "fixed" itJ-awaiting answerQuestion asked of user; a reply moves it to triage againOS-mac

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions