Skip to main content

Retrieving latest version of TIPCommon and its dependencies

  • April 3, 2025
  • 0 replies
  • 486 views

f3rz
Staff
Forum|alt.badge.img+10

Prerequisites:

  • Admin access to SOAR
  1. Open Content Hub Repository and find required TIPCommon version 
  2. Install prerequisites (dependencies) listed in GitHub repository pyproject.toml with exact versions one by one prior installing TIPCommon:
    • Example:
      • dependencies = [
        "google-api-python-client==2.188.0",
        "google-auth==2.47.0",
        "google-auth-httplib2==0.3.0",
        "httpx==0.28.1",
        "pycryptodome==3.23.0",
        "pyopenssl==25.3.0",
        "requests==2.32.5",
        "requests-toolbelt==1.0.0",
        ]

         

  3.  

     

  4. Once all dependencies are gathered import them together with TIPCommon-2.1.0-py2.py3-none-any.whl using + button in settings of your custom integration in IDE
    147807iBD24B6FA09227067.png

     

Documentation links: