ancient-wall-52690
05/03/2023, 7:06 PMraise BackendConfigurationError(f"Failed to load the {backend_module} backend: {ex!r}")
pants.base.exceptions.BackendConfigurationError: Failed to load the pants.core.register backend: ImportError("urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with OpenSSL 1.0.2k-fips 26 Jan 2017. See: <https://github.com/urllib3/urllib3/issues/2168>")
Seems that a new version of the requests
library was released this morning which added support for urllib3 v2.0. Wondering if there is a way that I can pin an older version to fix this.abundant-leather-17386
05/04/2023, 3:36 PMancient-wall-52690
05/04/2023, 4:12 PMurllib3<2
into the pants requirements defined in the boostrapper: https://github.com/pantsbuild/setup/blob/15988fe15cc87031235ecd0e94ebc38df692a910/pants#L367