Skip to content

Explictly reference older urllib3 versions

nic547 requested to merge nic547/osmybiz:fix_pipeline into develop

The CI/CD pipeline is currently broken because Httpie uses DEFAULT_CIPHERS from the implicitly referenced urllib, which was removed with the 2.0.0 release. See https://github.com/httpie/httpie/issues/1499 Explicitly requesting a version lower than 2 should fix this.

Merge request reports