Whitelisting Python modules

Good day. Is there a way to get additional standard Python modules like "collections" whitelisted? This statement "from collections import namedtuple" results in an error:

Error in line 3, file <user_algo.py>:collections module is not
in import whitelist. Contact support for further queries.

We have a limited packages whitelisted, mostly becuase of security screening requirements. Is it possible for you to use a regular tuple, or a dictionary or a class instead of a namedtuple. Otherwise, please share some details of your use case so that we can either suggest alternatives, or start the process of whitelisting this module. Thanks vm.