**Describe the bug** Execute the following command in **cmd**: ```shell python .\examples\apps\simple_imaging_app\app.py -i .\examples\apps\simple_imaging_app\input\brain_mr_input.jpg -o output ``` Error: ```shell ImportError: cannot import name 'ConditionType' from 'monai.deploy.core' ``` **Steps/Code to reproduce bug** The code comes from [here](https://github.com/Project-MONAI/monai-deploy-app-sdk/tree/main/examples/apps/simple_imaging_app) **Environment details (please complete the following information)** - OS/Platform: **windows 11** - Python Version: **Python 3.12.7** - Method of MONAI Deploy App SDK install: [pip, conda, Docker, or from source] **pip** - SDK Version: **0.5.1**