Skip to content

Commit 6548b66

Browse files
pingsutwclaude
andauthored
Fix launch plan CLI registration (#3285)
Signed-off-by: Kevin Su <pingsutw@apache.org> Co-authored-by: Claude <noreply@anthropic.com>
1 parent f85a066 commit 6548b66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flytekit/remote/remote.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,6 +1446,7 @@ def register_script(
14461446
*FlyteRemote._get_pod_template_hash(entity),
14471447
)
14481448

1449+
serialization_settings.version = version
14491450
if isinstance(entity, PythonTask):
14501451
return self.register_task(entity, serialization_settings, version)
14511452
if isinstance(entity, WorkflowBase):

0 commit comments

Comments
 (0)