-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
Closed
Labels
C-pyPython BindingsPython BindingsI-defectSomething is not working as intendedSomething is not working as intendedI-regressionSomething was working but we "fixed" itSomething was working but we "fixed" itOS-linux
Description
Description
The python build of selenium includes types-urllib3 which breaks the checking of normal urllib3 code.
- this should be a dev dependency. Now I'm forced to consume this version and package when I consume selenium
- types-urllib3 is deprecated and had no updates since 2023 as urllib3 has type hints inline. However, in mypy types-urllib3 takes precedence and so I'm forced to consume outdated type hints for my urllib3 code.
Reproducible Code
n/aℹ️ Last known working version: 4.39.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-pyPython BindingsPython BindingsI-defectSomething is not working as intendedSomething is not working as intendedI-regressionSomething was working but we "fixed" itSomething was working but we "fixed" itOS-linux