because the Ansible operator can only run with non-latest 2.31.0 version of the requests Python package, ending up needing an unguarded package. And because it's a runtime dependency of the AWX operator, that applies to that too.
Details available here. Code path non supported by later versions of requests is here.
This PR removes:
because the Ansible operator can only run with non-latest 2.31.0 version of the
requests
Python package, ending up needing an unguarded package. And because it's a runtime dependency of the AWX operator, that applies to that too.Details available here. Code path non supported by later versions of requests is here.