[2025-07-15 19:27:38] Startup model check initiated... [2025-07-15 19:27:49] Update result: === Running Model Update Pipeline === --- Checking for Model Updates --- No new data detected. Models are already up-to-date. [2025-07-15 19:27:49] Startup check completed. [2025-07-16 17:45:44] Startup model check initiated... [2025-07-16 17:45:45] Running model update pipeline... [2025-07-16 17:46:12] Pipeline result: === Running Model Update Pipeline === --- Checking for Model Updates --- No new data detected. Models are already up-to-date. [2025-07-16 17:46:12] Syncing changes to git repository... [2025-07-16 17:46:12] Git: Adding startup changes [2025-07-16 17:46:12] Git: Adding startup changes completed successfully [2025-07-16 17:46:12] Git: Committing startup changes [2025-07-16 17:46:13] Git: Committing startup changes completed successfully [2025-07-16 17:46:13] Git: Pushing startup changes to remote [2025-07-16 17:46:22] Git: Pushing startup changes to remote completed successfully [2025-07-20 16:37:17] Models were updated and synced to git. [2025-07-20 16:37:17] Startup check completed. [2025-07-24 14:46:16] Startup model check initiated... [2025-07-24 14:46:16] Running model update pipeline... [2025-07-24 14:46:49] Pipeline result: === Running Model Update Pipeline === --- Checking for Model Updates --- No new data detected. Models are already up-to-date. [2025-07-24 14:46:49] Syncing changes to git repository... [2025-07-24 14:46:50] Git: Adding startup changes [2025-07-24 14:46:50] Git: Adding startup changes completed successfully [2025-07-24 14:46:50] Git: Committing startup changes [2025-07-24 14:46:50] Git: Committing startup changes completed successfully [2025-07-24 14:46:50] Git: Pushing startup changes to remote [2025-07-24 14:47:07] Git: Pushing startup changes to remote completed successfully [2025-07-24 14:47:09] Models were updated and synced to git. [2025-07-24 14:47:09] Startup check completed. [2025-08-03 13:01:36] Startup model check initiated... [2025-08-03 13:01:38] Running model update pipeline... [2025-08-03 13:02:32] Pipeline result: Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "C:\Users\Alvaro\Desktop\ufc\src\main.py", line 106, in main() File "C:\Users\Alvaro\Desktop\ufc\src\main.py", line 73, in main from src.predict.main import MODELS_TO_RUN File "C:\Users\Alvaro\Desktop\ufc\src\predict\main.py", line 3, in from .pipeline import PredictionPipeline File "C:\Users\Alvaro\Desktop\ufc\src\predict\pipeline.py", line 27, in from .models import BaseModel File "C:\Users\Alvaro\Desktop\ufc\src\predict\models.py", line 78, in class BaseMLModel(BaseModel): File "C:\Users\Alvaro\Desktop\ufc\src\predict\models.py", line 90, in BaseMLModel def train(self, train_fights: List[Dict[str, Any]]) -> None: ^^^^ NameError: name 'List' is not defined. Did you mean: 'list'? === Running Model Update Pipeline === [2025-08-03 13:02:32] Syncing changes to git repository... [2025-08-03 13:02:33] Git: Adding startup changes