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
ℹ️ Last known working version: 4.39.0
Description
The python build of selenium includes types-urllib3 which breaks the checking of normal urllib3 code.
Reproducible Code
ℹ️ Last known working version:
4.39.0