I have a custom integration on python v3.7 but to upgrade to python 3.11 I need to update TIPCommon to be able to use the latest version for other dependencies like urllib3, requests etc.
cross/TIPCommon-1.0.12-py2.py3-none-any.whl
I exported a newer TIPCommon version in an other integration but how can i add them in cross/ ?
If i add the .whl file in the Script dependencies they are outside of cross/ and then i get the following error:
from TIPCommon import extract_configuration_param, extract_action_param, construct_csv
ModuleNotFoundError: No module named 'TIPCommon'
My import in the custom integration code is like this: