urllib3>=2.0 does not work with system Python on macOS #3020
The system Python on macOS 12.6.5 is Python 3.9.6 whose ssl module is compiled with LibreSSL 2.8.3.
The removal of LibreSSL support in urllib3 2.0 makes it impossible to be used with the system Python on macOS.
What are you recommending to macOS users that do not want to or are not allowed to use a Homebrew version of Python?