From ee3c05c52a73106c0fa385f5cb426e7d0669843a Mon Sep 17 00:00:00 2001 From: Christine Yu Date: Fri, 27 Feb 2026 11:25:21 -0500 Subject: [PATCH] bypass user input override if there is ps version --- clarifai/utils/template_manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/clarifai/utils/template_manager.py b/clarifai/utils/template_manager.py index c1b68a15..409b2e68 100644 --- a/clarifai/utils/template_manager.py +++ b/clarifai/utils/template_manager.py @@ -410,6 +410,7 @@ def _apply_config_substitutions(self, config_path: str, substitutions: Dict[str, if ( isinstance(current_value, str) and '/pipeline_steps/' in current_value + and '/versions/' not in current_value ): parts = current_value.split('/pipeline_steps/') if len(parts) == 2: